@charset "utf-8";
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light-6.otf');
}
@font-face {
  font-family: 'Regular';
  src: url('../fonts/Montserrat-Regular-8.otf');
}
@font-face {
  font-family: 'SemiBold';
  src: url('../fonts/Montserrat-SemiBold-9.otf');
}
@font-face {
  font-family: 'ExtraLight';
  src: url('../fonts/Montserrat-ExtraLight-5.otf');
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Montserrat', 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #F5F5F5;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 72.9%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.bg-color2 {
  background: #FAFAFA;
}
.bg-color3 {
  background: #F5F5F5;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.ptb130 {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .ptb130 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .ptb80 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ptb80 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt80 {
  padding-top: 0.8rem;
}
@media (max-width: 991px) {
  .pt80 {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pt80 {
    padding-top: 3rem;
  }
}
.pb80 {
  padding-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .pb80 {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pb80 {
    padding-bottom: 3rem;
  }
}
.font14 {
  font-size: 0.14rem;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font40 {
  font-size: 0.4rem;
}
.font50 {
  font-size: 0.5rem;
}
.font60 {
  font-size: 0.6rem;
}
.font72 {
  font-size: 0.72rem;
}
.font80 {
  font-size: 0.8rem;
}
@media (max-width: 1900px) {
  .font14 {
    font-size: 12px;
  }
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28 {
    font-size: 20px;
  }
  .font30 {
    font-size: 24px;
  }
  .font40 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .font40 {
    font-size: 30px;
  }
  .font50 {
    font-size: 35px;
  }
  .font60 {
    font-size: 40px;
  }
  .font72 {
    font-size: 44px;
  }
  .font80 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 24px;
  }
  .font50 {
    font-size: 28px;
  }
  .font60 {
    font-size: 30px;
  }
  .font72 {
    font-size: 34px;
  }
  .font80 {
    font-size: 40px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #2F61DF;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #2F61DF;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 100px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-head-move {
  top: -100px;
}
#c-header.c-style2 {
  color: #666;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-style2 a {
  color: #666;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 0.5rem;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 36px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 30px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .container {
  padding: 0 1rem;
  width: 100%;
}
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin-left: 0.15rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #2F61DF;
  transition: 0.5s;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0;
  }
}
#c-header .c-nav li {
  /*&.on>a::before*/
}
#c-header .c-nav li a {
  padding: 0 0.25rem;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
@media (max-width: 1260px) {
  #c-header .c-nav li a {
    padding: 0 0.15rem;
  }
}
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 100.1%;
  left: 50%;
  width: 100%;
  display: none;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  background: rgba(220, 220, 220, 0.95);
  padding: 0.3rem 2.8rem;
  display: flex;
  justify-content: center;
}
#c-header .c-nav ul li {
  margin: 0 0.4rem;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #666;
}
#c-header .c-nav .sol_ul {
  display: flex;
  padding: 0.4rem 2.8rem;
  justify-content: center;
}
#c-header .c-nav .sol_ul li {
  min-width: 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0.1rem;
  line-height: 1.6;
}
#c-header .c-nav .sol_ul li .tit {
  padding-left: 0.35rem;
  background: url(../images/bg_01.png) no-repeat left center;
  background-size: 14px;
  color: #111111;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
#c-header .c-nav .sol_ul li .tit:before {
  background: none;
}
#c-header .c-nav .sol_ul li .tit:hover {
  color: #2F61DF;
}
#c-header .c-nav .sol_ul li p {
  color: #656565;
  width: 100%;
  padding-left: 0.35rem;
  text-align: left;
}
#c-header .c-left-box {
  display: flex;
}
#c-header .c-nav li:hover > a {
  color: #2F61DF;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 1rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #de2f09;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn .a_inquiry,
#c-header .c-gn .a_login {
  display: inline-block;
  color: #fff;
  padding-left: 0.35rem;
  margin-right: 0.35rem;
}
#c-header .c-gn .a_inquiry:hover,
#c-header .c-gn .a_login:hover {
  color: #2F61DF;
}
@media (max-width: 1260px) {
  #c-header .c-gn .a_inquiry,
  #c-header .c-gn .a_login {
    margin-right: 0.6rem;
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn .a_inquiry,
  #c-header .c-gn .a_login {
    padding-left: 25px;
    margin-right: 1rem;
  }
}
#c-header .c-gn .a_inquiry {
  background: url(../images/bg_02.png) no-repeat left center;
  background-size: 0.21rem;
}
@media (max-width: 1260px) {
  #c-header .c-gn .a_inquiry {
    background-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn .a_inquiry {
    background-size: 16px;
  }
}
#c-header .c-gn .a_login {
  background: url(../images/bg_03.png) no-repeat left center;
  background-size: 0.19rem;
}
@media (max-width: 1260px) {
  #c-header .c-gn .a_login {
    background-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn .a_login {
    background-size: 16px;
  }
}
#c-header .c-gn .c-yy {
  position: relative;
  cursor: pointer;
  margin-left: 0.3rem;
}
@media (max-width: 1260px) {
  #c-header .c-gn .c-yy {
    margin-right: 0.7rem;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn .c-yy {
    display: none;
  }
}
#c-header .c-gn .c-yy .c-text {
  padding: 0 0 0 15px;
  background: url(../images/bg_04.png) no-repeat left center;
  transition: all 0.5s;
}
#c-header .c-gn .c-yy .c-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  line-height: 40px;
}
#c-header .c-gn .c-yy .c-list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .c-yy .c-list li:first-child {
  border-top: 0;
}
#c-header .c-gn .c-yy .c-list li a {
  display: block;
  color: #333;
}
#c-header .c-gn .c-yy .c-list li a:hover {
  color: #2F61DF;
}
#c-header .c-gn .c-yy:hover .c-text {
  color: #2F61DF;
  background: url(../images/bg_04-2.png) no-repeat left center;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-yy:hover .c-text {
    background-size: 10px auto !important;
  }
}
#c-header.c-style2 .c-gn .a_inquiry {
  color: #656565;
  background: url(../images/bg_02-sel.png) no-repeat left center;
  background-size: 0.21rem;
}
#c-header.c-style2 .c-gn .a_inquiry:hover {
  color: #2F61DF;
}
@media (max-width: 1260px) {
  #c-header.c-style2 .c-gn .a_inquiry {
    background-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  #c-header.c-style2 .c-gn .a_inquiry {
    background-size: 16px;
  }
}
#c-header.c-style2 .c-gn .a_login {
  color: #656565;
  background: url(../images/bg_03-sel.png) no-repeat left center;
  background-size: 0.19rem;
}
#c-header.c-style2 .c-gn .a_login:hover {
  color: #2F61DF;
}
@media (max-width: 1260px) {
  #c-header.c-style2 .c-gn .a_login {
    background-size: 0.35rem;
  }
}
@media (max-width: 767px) {
  #c-header.c-style2 .c-gn .a_login {
    background-size: 16px;
  }
}
#c-header.c-style2 .c-gn .c-yy .c-text {
  background: url(../images/bg_04-sel.png) no-repeat left center;
}
#c-header.c-style2 .c-gn .c-yy .c-text:hover {
  background: url(../images/bg_04-2.png) no-repeat left center;
}
/* 底部 */
.foot {
  background: url(../images/bg_05.png) no-repeat center center;
  background-size: cover;
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .foot {
    padding: 3rem 0;
  }
}
.foot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
}
.foot .text-box {
  padding-left: 1.3rem;
  background: url(../images/bg_06.png) no-repeat left 5px;
  max-width: 7.5rem;
  background-size: 0.7rem;
}
@media (max-width: 991px) {
  .foot .text-box {
    max-width: 10rem;
  }
}
@media (max-width: 767px) {
  .foot .text-box {
    max-width: 100%;
    width: 100%;
    padding-left: 3rem;
    background-size: 1.8rem;
  }
}
.foot .text-box h3 {
  line-height: 1.3;
  font-family: Regular;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .foot .text-box h3 {
    margin-bottom: 1rem;
  }
}
.foot .text-box p {
  font-family: ExtraLight;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .foot .text-box p {
    line-height: 1.6;
  }
}
.foot .a_more {
  display: block;
  width: 1.6rem;
  line-height: 0.46rem;
  background: #fff;
  text-align: center;
  color: #2F61DF;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .foot .a_more {
    width: 3rem;
    line-height: 0.9rem;
  }
}
@media (max-width: 767px) {
  .foot .a_more {
    margin-left: 3rem;
    width: 6rem;
    line-height: 1.8rem;
    margin-top: 1.5rem;
  }
}
.foot .a_more span {
  padding-right: 22px;
  background: url(../images/bg_07.png) no-repeat right center;
}
.foot .a_more:hover {
  background: #2F61DF;
  color: #fff;
}
.foot .a_more:hover span {
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
#c-footer {
  color: #fff;
  background: #1C2129;
  position: relative;
  z-index: 11111;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #2F61DF;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 3rem 0;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.5rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #de2f09;
}
#c-footer .c-top-box .container .c-title-box i {
  display: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box i {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.5rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li a {
  color: #8C8C8C;
}
#c-footer .c-top-box .container .c-list-box .c-list li a:hover {
  color: #2F61DF;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box i {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-text-box {
  max-width: 5rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.5rem;
    max-width: 100%;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
  color: #8B8B8B;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #5b5e5f;
  transition: 0.5s;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #de2f09;
}
#c-footer .c-top-box .container .c-weixin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-footer .c-top-box .container .c-weixin .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-footer .c-top-box .container .c-weixin .c-img-box img {
  width: 100%;
}
#c-footer .c-top-box .container .c-weixin .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 1.5rem;
  }
}
#c-footer .c-top-box .container .bottom {
  color: #fff;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .bottom {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
}
#c-footer .c-top-box .container .p_input {
  display: flex;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .p_input {
    margin-bottom: 1.5rem;
  }
}
#c-footer .c-top-box .container .p_input .txt {
  width: 65%;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}
#c-footer .c-top-box .container .p_input .btn {
  width: 28%;
  height: 46px;
  background: #2F61DF;
  color: #fff;
  font-size: 14px;
}
#c-footer .c-top-box .container .fx {
  width: 100%;
}
#c-footer .c-top-box .container .fx > a > img {
  opacity: 0.3;
  margin-right: 0.2rem;
  transition: 0.5s;
  max-height: 24px;
}
#c-footer .c-top-box .container .fx a {
  display: inline-block;
  margin-right: 0.6em;
}
#c-footer .c-top-box .container .fx a:hover img {
  opacity: 1;
}
#c-footer .c-top-box .container .fx .hover {
  display: inline-block;
}
#c-footer .c-top-box .container .fx .hover img {
  width: 5em;
  height: 5em;
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #2D3238;
  color: #707070;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 1.5rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #707070;
  margin-left: 0.6rem;
}
#c-footer .c-bottom-box .container a:hover {
  color: #2F61DF;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-footer .flinkBox {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 2;
}
#c-footer .flinkBox .flinkCon {
  position: absolute;
  right: 0;
  bottom: 2em;
  display: none;
  border: 1px solid #2D3238;
  background-color: #1d242d;
  padding: 0.6em 0;
  -moz-box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.18);
}
#c-footer .flinkBox .flinkCon a {
  margin: 0 1em;
  display: block;
  white-space: nowrap;
  *white-space: nowrap;
}
#c-footer .flinkBox .flinkTit {
  position: relative;
  z-index: 0;
  cursor: pointer;
  padding-left: 2em;
  padding-right: 2em;
  display: inline-block;
  background: url(../images/flink.png) 0 center no-repeat;
  background-size: 1em auto ;
}
#c-footer .flinkBox .flinkTit::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 10px;
  height: 6px;
  background: url(../images/arr.png) center center no-repeat;
  background-size: contain ;
}
#c-footer .flinkBox:hover .flinkCon {
  display: block;
}
/* 中文底部  */
.foot_cn {
  background: #2A323D;
  padding: 1rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .foot_cn {
    padding: 3rem 0;
  }
}
.foot_cn ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .foot_cn ul {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .foot_cn ul {
    padding-top: 1.5rem;
    flex-wrap: wrap;
  }
}
.foot_cn ul li {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .foot_cn ul li {
    width: 33.33%;
  }
}
.foot_cn ul li:nth-child(2n) {
  margin: 0;
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .foot_cn ul li:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 1.3rem;
  }
}
.foot_cn ul li::after {
  content: '';
  top: 30px;
  left: 50%;
  width: 2px;
  height: 2.9rem;
  background: url(../images/bg_11.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  height: 0;
  transition: 0.5s;
}
.foot_cn ul li:hover .img-box {
  background: #2F61DF;
  border: 1px solid #2F61DF;
  -moz-box-shadow: 0px 0px 50px rgba(51, 87, 241, 0.5);
  -webkit-box-shadow: 0px 0px 50px rgba(51, 87, 241, 0.5);
  box-shadow: 0px 0px 50px rgba(51, 87, 241, 0.5);
  position: relative;
  z-index: 1;
}
.foot_cn ul li:hover .img-box img {
  opacity: 1;
}
.foot_cn ul li:hover::after {
  height: 2.9rem;
}
.foot_cn ul li:hover:nth-child(2n)::after {
  height: 1.9rem;
}
.foot_cn ul .img-box {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #E0E0E1;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .foot_cn ul .img-box {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (max-width: 767px) {
  .foot_cn ul .img-box {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.3rem;
  }
}
.foot_cn ul .img-box img {
  max-height: 0.36rem;
  opacity: 0.8;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .foot_cn ul .img-box img {
    max-height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .foot_cn ul .img-box img {
    max-height: 1rem;
  }
}
.foot_cn ul .tit {
  color: #fff;
  opacity: 0.8;
  text-align: center;
  padding-top: 0.15rem;
  line-height: 1.2;
  width: 100%;
}
.title {
  font-family: Regular;
}
/* 首页  */
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .swiper-button-next {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  right: 0.6rem;
  background: url(../images/next.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-prev {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  left: 0.6rem;
  background: url(../images/prev.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-banner1 .swiper-container {
  position: absolute;
  bottom: 1.8rem;
  left: 0;
  width: 100%;
  height: 20px;
}
.c-banner1 .swiper-container .swiper-pagination-bullet {
  width: 1.2rem;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0;
  margin-right: 15px;
  position: relative;
}
.c-banner1 .swiper-container .swiper-pagination-bullet-active::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #fff;
  width: 0;
  content: '';
  animation: dong 4s;
}
@keyframes dong {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.c-banner1 .nei {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 111;
  color: #fff;
}
.c-banner1 .nei .title {
  font-family: Regular;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.c-banner1 .nei .more {
  border: 1px solid #fff;
  padding: 0 0.3rem;
  line-height: 0.48rem;
  display: inline-block;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .c-banner1 .nei .more {
    padding: 0 0.5rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .c-banner1 .nei .more {
    padding: 0 0.8rem;
    line-height: 36px;
    margin-top: 1rem;
  }
}
.c-banner1 .nei .more span {
  color: #fff;
  padding-right: 25px;
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
.c-banner1 .nei .more:hover {
  background: #2F61DF;
  border: 1px solid #2F61DF;
}
.sy_one {
  background: #fff;
}
.sy_one .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.sy_one .swiper-slide {
  height: 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sy_one .swiper-slide img {
  max-height: 45px;
}
@media (max-width: 991px) {
  .sy_one .swiper-slide {
    height: 2.3rem;
  }
  .sy_one .swiper-slide img {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .sy_one .swiper-slide {
    height: 3.3rem;
  }
  .sy_one .swiper-slide img {
    max-height: 25px;
  }
}
.sy_two {
  background: #FAFAFA;
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .sy_two {
    padding: 3rem 0;
  }
}
.sy_two .title {
  font-family: Regular;
  margin-bottom: 0.55rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .sy_two .title {
    margin-bottom: 1rem;
  }
}
.sy_two .list {
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.sy_two .list li {
  width: 33.333%;
  padding: 0.15rem;
}
@media (max-width: 767px) {
  .sy_two .list li {
    width: 100%;
    padding: 0.7rem 0.15rem;
  }
}
.sy_two .list .nei {
  display: inline-block;
  width: 100%;
  background: #fff;
  transition: 0.5s;
  position: relative;
}
.sy_two .list .nei::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 3px;
  background: #2F61DF;
  transition: 0.5s;
}
.sy_two .list .img-box {
  width: 100%;
  height: 3.3rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .sy_two .list .img-box {
    height: 10rem;
  }
}
.sy_two .list .img-box::after {
  background: url(../images/bg_08.png) no-repeat left bottom;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  z-index: 1;
  content: '';
}
@media (max-width: 767px) {
  .sy_two .list .img-box::after {
    height: 2rem;
  }
}
.sy_two .list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_two .list .text-box {
  width: 100%;
  padding: 0.45rem 0.4rem;
}
@media (max-width: 767px) {
  .sy_two .list .text-box {
    padding: 1.2rem;
  }
}
.sy_two .list .text-box .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: Regular;
  color: #333333;
  margin-bottom: 0.2rem;
}
.sy_two .list .text-box .desc {
  margin-bottom: 0.4rem;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.7;
}
.sy_two .list .text-box .more {
  opacity: 0.6;
  color: #000;
  background: url(../images/jt1.png) no-repeat right center;
  padding-right: 25px;
  transition: 0.5s;
}
.sy_two .list .nei:hover {
  -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}
.sy_two .list .nei:hover::after {
  width: 100%;
}
.sy_three {
  margin: -0.16rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sy_three {
    flex-wrap: wrap;
  }
}
.sy_three li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Regular;
}
@media (max-width: 767px) {
  .sy_three li {
    width: 50%;
    align-items: flex-start;
  }
}
.sy_three li strong {
  font-family: Arial;
  font-weight: normal;
}
.sy_three li p {
  font-family: Montserrat;
  padding-left: 0.1em;
}
.sy_three li span {
  position: relative;
  top: -1em;
}
@media (max-width: 767px) {
  .sy_three li span {
    top: -0.5em;
  }
}
.sy_three li img {
  width: auto;
  height: 2.6em;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .sy_three li img {
    margin-top: 0.4em;
  }
}
.sy_three li .txt {
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sy_three li .txt {
    width: 6em;
  }
}
@media (max-width: 767px) {
  .sy_three li:nth-child(3),
  .sy_three li:nth-child(4) {
    margin-top: 1rem;
  }
}
.sy_four {
  background: #2c343d url(../images/bg_solu.jpg);
  padding: 0.9rem 0 1rem;
}
@media (max-width: 767px) {
  .sy_four {
    padding: 3rem 0;
  }
}
.sy_four .title {
  color: #fff;
  font-family: Regular;
  text-align: left;
  margin: 0 auto;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sy_four .title {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sy_four_swiper {
    margin: 1rem -1rem 0;
  }
}
.sy_four_swiper .container {
  width: 100%;
}
.sy_four_swiper .nei {
  display: inline-block;
  width: 100%;
  height: 3.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .sy_four_swiper .nei {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .sy_four_swiper .nei {
    width: 90%;
    margin-left: 5%;
    height: 10rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}
.sy_four_swiper .nei:hover .more {
  color: #2F61DF;
  background: url(../images/bg_07.png) no-repeat right center;
}
.sy_four_swiper .info {
  width: 100%;
  text-align: left;
}
.sy_four_swiper .info .img-box {
  overflow: hidden;
  text-align: center;
  height: 2.4rem;
}
@media (max-width: 767px) {
  .sy_four_swiper .info .img-box {
    height: 10rem;
  }
}
.sy_four_swiper .info .img-box img {
  width: 100%;
  object-fit: cover;
  height: 2.4rem;
  transition: 1s;
}
@media (max-width: 767px) {
  .sy_four_swiper .info .img-box img {
    height: 10rem;
  }
}
.sy_four_swiper .info .img-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sy_four_swiper .info .tit {
  text-align: left;
  align-items: left;
  color: #fff;
  margin-top: 0.25rem;
}
.sy_four_swiper .info .desc {
  color: #8c99ac;
  text-align: left;
}
.sy_four_swiper .info .more {
  display: inline-block;
  margin-top: 0.18rem;
  color: #656565;
  transition: 0.5s;
  background: url(../images/jt2.png) no-repeat right center;
  padding-right: 25px;
}
.sy_four_swiper .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.sy_four_swiper .swiper-pagination {
  width: 80%;
  height: 2px;
  background: #D8D8D8;
  background: rgba(217, 217, 217, 0.15);
}
@media (max-width: 767px) {
  .sy_four_swiper .swiper-pagination {
    width: 60%;
  }
}
.sy_four_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 4px;
  top: -1px;
  background: #2F61DF;
}
.sy_four_swiper .nav_rr {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .sy_four_swiper .nav_rr {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .sy_four_swiper .nav_rr {
    width: 60px;
    right: 1rem;
  }
}
.sy_four_swiper .nav_rr span {
  width: 14px;
  height: 30px;
  cursor: pointer;
}
.sy_four_swiper .nav_rr .next {
  opacity: 0.2;
  background: url(../images/right.png) no-repeat center center;
}
.sy_four_swiper .nav_rr .next:hover {
  opacity: 1;
  background-image: url(../images/right4.png);
}
.sy_four_swiper .nav_rr .prev {
  opacity: 0.2;
  background: url(../images/left.png) no-repeat center center;
}
.sy_four_swiper .nav_rr .prev:hover {
  opacity: 1;
  background-image: url(../images/left4.png);
}
.sy_five {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sy_five {
    flex-wrap: wrap;
  }
}
.sy_five .img-box {
  width: 45%;
  height: 7.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sy_five .img-box {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .sy_five .img-box {
    width: 100%;
    height: 12rem;
    margin-bottom: 1rem;
  }
}
.sy_five .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_five .nei {
  width: 45%;
  margin-right: 0.5rem;
  color: #333;
}
@media (max-width: 767px) {
  .sy_five .nei {
    width: 100%;
    padding-top: 0.5rem;
    margin-right: 0;
  }
}
.sy_five .nei .tit {
  font-family: Regular;
}
.sy_five .nei .title {
  margin: 0.4rem 0;
  font-family: Regular;
}
@media (max-width: 767px) {
  .sy_five .nei .title {
    margin: 1rem 0;
  }
}
.sy_five .nei .desc {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .sy_five .nei .desc {
    margin-bottom: 1.5rem;
  }
}
.sy_five .nei dl {
  margin-bottom: 0.6rem;
}
.sy_five .nei dl dd {
  color: #2F61DF;
  background: url(../images/bg_09.png) no-repeat left center;
  padding-left: 0.4rem;
  margin-bottom: 0.2rem;
  background-size: 0.19rem;
}
@media (max-width: 991px) {
  .sy_five .nei dl dd {
    padding-left: 30px;
    background-size: 15px;
  }
}
@media (max-width: 767px) {
  .sy_five .nei dl dd {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 991px) {
  .sy_five .nei dl {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .sy_five .nei dl {
    margin-bottom: 1.5rem;
  }
}
.sy_five .nei .more {
  border: 1px solid #333;
  line-height: 0.48rem;
  display: inline-block;
  padding: 0px 0.3rem;
  color: #333;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .sy_five .nei .more {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .sy_five .nei .more {
    padding: 0px 1rem;
  }
}
.sy_five .nei .more span {
  padding-right: 25px;
  background: url(../images/jt2.png) no-repeat right center;
}
.sy_five .nei .more:hover {
  background: #2F61DF;
  color: #fff;
  border: 1px solid #2F61DF;
}
.sy_five .nei .more:hover span {
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
.sy_six .swiper-slide {
  display: flex;
  justify-content: space-between;
  background: #FAFAFA;
  font-family: Regular;
  color: #111111;
}
@media (max-width: 767px) {
  .sy_six .swiper-slide {
    flex-wrap: wrap;
  }
}
.sy_six .nei {
  width: 42%;
}
@media (max-width: 991px) {
  .sy_six .nei {
    width: 60%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .sy_six .nei {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.sy_six .nei .desc {
  margin-top: 0.6rem;
  padding-top: 0.9rem;
  background: url(../images/bg_10.png) no-repeat left top;
  background-size: 0.4rem;
  line-height: 1.5;
  font-family: Montserrat;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .sy_six .nei .desc {
    background-size: 0.8rem;
    margin-top: 1rem;
    padding-top: 1.5rem;
  }
}
.sy_six .nei .name {
  padding-left: 0.8rem;
  position: relative;
}
.sy_six .nei .name::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 1px;
  background: #111;
}
@media (max-width: 767px) {
  .sy_six .nei .name {
    padding-left: 1.5rem;
  }
}
.sy_six .img-box {
  width: 4.8rem;
  height: 5.8rem;
  overflow: hidden;
  margin-right: 0.4rem;
  -moz-box-shadow: 0.4rem 0.4rem 0px #2F61DF;
  -webkit-box-shadow: 0.4rem 0.4rem 0px #2F61DF;
  box-shadow: 0.4rem 0.4rem 0px #2F61DF;
  margin-bottom: 0.4rem;
}
.sy_six .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sy_six .img-box {
    width: 9rem;
    height: 11rem;
  }
}
.sy_six .nav {
  position: absolute;
  z-index: 11;
  bottom: 0rem;
  left: 0;
  width: 100px;
  display: flex;
  justify-content: space-between;
}
.sy_six .nav span {
  width: 14px;
  transition: 0.5s;
  height: 30px;
  cursor: pointer;
}
.sy_six .nav .next {
  background: url(../images/left2.png) no-repeat center center;
}
.sy_six .nav .next:hover {
  background: url(../images/left3.png) no-repeat center center;
}
.sy_six .nav .prev {
  background: url(../images/right2.png) no-repeat center center;
}
.sy_six .nav .prev:hover {
  background: url(../images/right3.png) no-repeat center center;
}
@media (max-width: 767px) {
  .sy_six .nav {
    left: auto;
    right: 0;
    width: 80px;
  }
}
.induTab {
  position: relative;
  z-index: 2;
  margin-top: -2em;
  color: #1c2129;
}
@media (max-width: 767px) {
  .induTab {
    margin-top: 1.5rem;
  }
}
.induTab ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 2.4;
}
.induTab ul li {
  margin-right: 0.62rem;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.induTab ul li.on {
  color: #2f61df;
}
.induTab ul li.on::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  right: 0;
  background-color: #2f61df;
}
.brandConz {
  margin-top: 0.5rem;
  position: relative;
  z-index: 0;
}
.brandConz .con {
  opacity: 0;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  top: 0;
}
@media (max-width: 767px) {
  .brandConz .con {
    width: auto;
    left: 1rem;
    right: 1rem;
  }
}
.brandConz .show {
  opacity: 1;
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .brandConz .show {
    width: auto;
    left: 1rem;
    right: 1rem;
  }
}
.brandConz .nav_rr span {
  width: 14px;
  height: 30px;
  cursor: pointer;
}
.brandConz .nav_rr .next {
  position: absolute;
  z-index: 10;
  left: -46px;
  top: 50%;
  margin-top: -15px;
  opacity: 0.2;
  background: url(../images/left2.png) no-repeat center center;
}
.brandConz .nav_rr .next:hover {
  opacity: 1;
  background-image: url(../images/left4.png);
}
@media (max-width: 767px) {
  .brandConz .nav_rr .next {
    left: -1.5rem;
  }
}
.brandConz .nav_rr .prev {
  position: absolute;
  z-index: 10;
  right: -46px;
  top: 50%;
  margin-top: -15px;
  opacity: 0.2;
  background: url(../images/right2.png) no-repeat center center;
}
.brandConz .nav_rr .prev:hover {
  opacity: 1;
  background-image: url(../images/right4.png);
}
@media (max-width: 767px) {
  .brandConz .nav_rr .prev {
    right: -1.5rem;
  }
}
.indu_swiper .container {
  width: 100%;
}
.indu_swiper .nei {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.indu_swiper .img-box {
  width: 100%;
  padding-top: 50%;
  position: relative;
  z-index: 0;
  text-align: center;
  background-color: #fff;
}
.indu_swiper .img-box img {
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sy_seven {
  padding-bottom: 0.55rem;
  font-family: Regular;
}
@media (max-width: 767px) {
  .sy_seven {
    padding-bottom: 1.3rem;
  }
}
.sy_seven .title {
  text-align: center;
}
.sy_eight .nei {
  display: inline-block;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .sy_eight .nei {
    padding-bottom: 1.5rem;
  }
}
.sy_eight .nei .img-box {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sy_eight .nei .img-box {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .sy_eight .nei .img-box {
    height: 10rem;
    margin-bottom: 0.2rem;
  }
}
.sy_eight .nei .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sy_eight .nei .num {
  color: #999999;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  .sy_eight .nei .num {
    padding: 0.7rem 0;
  }
}
.sy_eight .nei .title {
  color: #333;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Regular;
}
.sy_eight .nei .more {
  margin-top: 0.35rem;
  display: inline-block;
  color: #747474;
  padding-right: 25px;
  background: url(../images/jt1.png) no-repeat right center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .sy_eight .nei .more {
    margin-top: 1rem;
  }
}
.sy_eight .nei:hover .more {
  color: #2F61DF;
  background: url(../images/bg_07.png) no-repeat right center;
}
.sy_eight .nei:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sy_eight .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 0;
  width: 100%;
}
.sy_eight .swiper-pagination {
  width: 80%;
  height: 2px;
  background: #D9D9D9;
}
@media (max-width: 767px) {
  .sy_eight .swiper-pagination {
    width: 60%;
  }
}
.sy_eight .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 4px;
  top: -1px;
  background: #2F61DF;
}
.sy_eight .nav_rr {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .sy_eight .nav_rr {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .sy_eight .nav_rr {
    width: 60px;
    right: 1rem;
  }
}
.sy_eight .nav_rr span {
  width: 14px;
  height: 30px;
  cursor: pointer;
  transition: 0.5s;
}
.sy_eight .nav_rr .next {
  background: url(../images/right2.png) no-repeat center center;
}
.sy_eight .nav_rr .next:hover {
  background: url(../images/right3.png) no-repeat center center;
}
.sy_eight .nav_rr .prev {
  background: url(../images/left2.png) no-repeat center center;
}
.sy_eight .nav_rr .prev:hover {
  background: url(../images/left3.png) no-repeat center center;
}
/* 顶部banner */
.banner {
  background: #000;
  height: 6rem;
  position: relative;
}
@media (max-width: 991px) {
  .banner {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 17rem;
  }
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .banner .c-pc2 {
    display: none;
  }
}
.banner .c-mb2 {
  display: none;
}
@media (max-width: 767px) {
  .banner .c-mb2 {
    display: block;
  }
}
.banner .img {
  opacity: 0.9;
}
.banner .opacity1 {
  opacity: 1;
}
.banner .nei {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 111;
  color: #fff;
}
.banner .nei .title {
  font-family: Regular;
  line-height: 1.2;
  color: #fff;
}
.banner .nei .desc {
  margin-top: 0.1rem;
  margin-bottom: 0.55rem;
  /* max-height: 7.5em; */
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; */
  font-size: .18rem;
}
@media (max-width: 767px) {
  .banner .nei .desc {
    margin-top: 0.3rem;
    max-height: 6em;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.banner .nei .more {
  border: 1px solid #fff;
  padding: 0 0.3rem;
  line-height: 0.48rem;
  display: inline-block;
  transition: 0.5s;
  border-radius: 3px;
  color: #fff;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .banner .nei .more {
    padding: 0 0.5rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .banner .nei .more {
    padding: 0 0.8rem;
    line-height: 34px;
    margin-top: 0.6rem;
  }
}
.banner .nei .more span {
  color: #fff;
  padding-right: 25px;
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
.banner .nei .more:hover {
  background: #2F61DF;
  border: 1px solid #2F61DF;
}
.banner .nei .more.no span {
  padding-right: 0;
  background: no-repeat;
}
/* 产品 cp */
.c_more {
  display: inline-block;
  color: #656565;
  padding-right: 25px;
  background: url(../images/jt2.png) no-repeat right center;
  transition: 0.5s;
  opacity: 0.6;
}
.c_more:hover {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
  opacity: 1;
}
.cp_type {
  padding: 0.6rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cp_type {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .cp_type li h3 {
    font-size: 14px;
  }
}
.cp_type li {
  width: 16.66666%;
}
@media (max-width: 767px) {
  .cp_type li {
    width: 33.33%;
    padding: 0.6rem 0;
  }
}
.cp_type li a {
  display: block;
  text-align: center;
  color: #13181E;
  transition: 0.5s;
}
.cp_type li a:hover {
  color: #2F61DF;
}
.cp_type li.on a {
  color: #2F61DF;
}
.cp_type .img-box {
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.15rem;
}
.cp_type .img-box img {
  max-height: 99%;
}
@media (max-width: 991px) {
  .cp_type .img-box {
    height: 1rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .cp_type .img-box {
    height: 2rem;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .cp_list {
    padding-bottom: 2rem;
  }
}
.cp_list li {
  width: 100%;
  background: #fff;
  margin-bottom: 0.4rem;
  border-radius: 2px;
  overflow: hidden;
}
.cp_list li:nth-child(2n) .nei {
  flex-direction: row;
}
.cp_list li:nth-child(2n) .nei .type {
  left: auto;
  right: 30px;
}
@media (max-width: 767px) {
  .cp_list li:nth-child(2n) .nei .type {
    left: auto;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .cp_list li {
    margin-bottom: 1.5rem;
  }
}
.cp_list .nei {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 1rem;
  position: relative;
  padding-bottom: 0.8rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cp_list .nei {
    flex-wrap: wrap;
  }
}
.cp_list .nei .consult {
  width: 10em;
  line-height: 42px;
  display: inline-block;
  color: #fff;
  text-align: left;
  text-indent: 2.2em;
  border-radius: 5px;
  border: 1px solid #2F61DF;
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat 7em center;
}
.cp_list .nei .consult:hover {
  background: #2F61DF url(../images/jt4.png) no-repeat 7em center;
  color: #fff;
}
.cp_list .nei:hover .text-box .qian {
  background: #2F61DF;
}
.cp_list .nei:hover .text-box .more {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
}
.cp_list .nei:hover .type {
  color: #2F61DF;
  border: 1px solid #2F61DF;
}
.cp_list .img-box {
  width: 40%;
  overflow: hidden;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cp_list .img-box {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .cp_list .img-box {
    width: 100%;
    height: 8rem;
    margin-bottom: 1.5rem;
  }
}
.cp_list .img-box img {
  max-height: 100%;
}
.cp_list .text-box {
  width: 50%;
}
@media (max-width: 767px) {
  .cp_list .text-box {
    width: 100%;
    padding: 0.5rem;
  }
}
.cp_list .text-box .qian {
  background: #D5D5D5;
  line-height: 26px;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  transition: 0.5s;
}
.cp_list .text-box .title {
  padding: 0.2rem 0;
  color: #2f61df;
  font-family: Regular;
  text-align: left;
}
@media (max-width: 767px) {
  .cp_list .text-box .title {
    padding: 0.5rem 0;
  }
}
.cp_list .text-box .desc {
  color: #999999;
  line-height: 1.9;
  min-height: 1.7rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .cp_list .text-box .desc {
    min-height: 10px;
    margin-bottom: 0.6rem;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .cp_list .text-box .desc {
    margin-bottom: 1rem;
  }
}
.cp_list .text-box .more {
  color: #656565;
  padding-right: 25px;
  background: url(../images/jt2.png) no-repeat right center;
  transition: 0.5s;
}
.cp_list .type {
  position: absolute;
  left: 30px;
  top: 30px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  line-height: 26px;
  padding: 0px 15px;
  color: #999999;
  transition: 0.5s;
  font-size: 14px;
}
@media (max-width: 767px) {
  .cp_list .type {
    left: 15px;
    top: 15px;
  }
}
.cp_one {
  margin: 0 -0.13rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cp_one {
    margin: 0 -0.3rem;
  }
}
.cp_one li {
  width: 33.333%;
  padding: 0.13rem;
}
@media (max-width: 767px) {
  .cp_one li {
    width: 50%;
    padding: 0.3rem;
  }
}
.cp_one .nei {
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0.4rem;
  background: #fff;
}
@media (max-width: 991px) {
  .cp_one .nei {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .cp_one .nei {
    height: 8rem;
    padding-bottom: 1rem;
  }
}
.cp_one .nei img {
  max-height: 3.3rem;
}
@media (max-width: 767px) {
  .cp_one .nei img {
    max-height: 5rem;
  }
}
.cp_one .nei .title {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cp_one .nei .title {
    bottom: 0.5rem;
  }
}
.cp_one .nei .title span {
  padding: 0px 25px;
  color: #333333;
  transition: 0.2s;
  background: url(../images/jt3.png) no-repeat right center;
  background-size: 0;
}
.cp_one .nei:hover .title span {
  color: #2F61DF;
  background-size: 10px;
}
/* 分页 */
.page {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .page {
    padding-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .page {
    padding-bottom: 2rem;
  }
}
.page a {
  margin: 5px 10px;
  display: block;
  text-align: center;
  color: #666;
  border-radius: 100px;
  transition: 0.5s;
  font-family: 'Microsoft YaHei';
}
.page a:hover,
.page a.on {
  color: #2F61DF;
  text-decoration: underline;
}
.page .prev,
.page .next {
  background: #151B27;
  color: #fff;
  font-family: 宋体;
  font-weight: bolder;
  width: 30px;
}
.page .prev:hover,
.page .next:hover {
  color: #fff;
  text-decoration: none;
}
.fenye {
  padding: 0.4rem 0 1.2rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.fenye a {
  min-width: 40px;
  margin: 0 5px;
  line-height: 36px;
  background: #fff;
  border: 2px solid #fff;
  display: block;
  color: #999999;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.5s;
}
.fenye a:hover,
.fenye a.on {
  color: #2F61DF;
  border: 2px solid #2F61DF;
}
.fenye .prev,
.fenye .next {
  padding: 0px 20px;
}
.fenye .prev:hover,
.fenye .next:hover {
  border: 2px solid #fff;
  color: #999999;
}
@media (max-width: 767px) {
  .page a {
    display: none;
  }
  .page .prev,
  .page .next {
    display: inline-block;
  }
  .fenye {
    padding: 1rem 0 3rem 0;
  }
  .fenye a {
    display: none;
  }
  .fenye .prev,
  .fenye .next {
    display: inline-block;
  }
}
/* 位置 wei */
.wei {
  position: relative;
  margin-top: -0.8rem;
  line-height: 0.8rem;
  color: #fff;
  z-index: 112;
}
@media (max-width: 991px) {
  .wei {
    margin-top: -1.4rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .wei {
    margin-top: -2rem;
    line-height: 1.3;
    height: auto;
  }
}
.wei a {
  color: #fff;
  display: inline-block;
  margin: 0px 10px;
  transition: 0.5s;
}
.wei a:first-child {
  margin-left: 0;
}
.wei a:hover {
  color: #2F61DF;
}
.wei .zhu {
  padding-left: 25px;
  background: url(../images/bg_12.png) no-repeat left center;
}
@media (max-width: 767px) {
  .wei .zhu {
    background-size: 15px;
  }
}
.wei span {
  padding: 0px 10px;
  display: inline-block;
}
.wei .container {
  position: relative;
  z-index: 0;
}
.wei .subTab {
  line-height: 0.8rem;
  width: 60%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .wei .subTab {
    text-align: center;
  }
}
.wei .subTab a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid transparent;
  margin: 0;
  padding: 0 0.16rem;
}
@media (max-width: 767px) {
  .wei .subTab a {
    color: #333;
    margin: 1em 0.2em 0;
    padding: 0 0.8em;
  }
}
.wei .subTab a.on {
  color: #ffffff;
  border-bottom: 3px solid #2f61df;
  background: -moz-linear-gradient(top, rgba(47, 97, 223, 0) 0%, rgba(47, 97, 223, 0) 1%, rgba(47, 97, 223, 0.25) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(47, 97, 223, 0) 0%, rgba(47, 97, 223, 0) 1%, rgba(47, 97, 223, 0.25) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(47, 97, 223, 0) 0%, rgba(47, 97, 223, 0) 1%, rgba(47, 97, 223, 0.25) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f61df', endColorstr='#962f61df', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 767px) {
  .wei .subTab a.on {
    color: #333;
  }
}
.wei .subTab a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .wei .subTab a:hover {
    color: #333;
  }
}
@media (max-width: 767px) {
  .wei .subTab {
    margin-top: 1.5rem;
    position: static;
    width: 100%;
  }
}
.weizhi {
  margin-top: 0.6rem;
  color: #999999;
}
.weizhi .zhu {
  background: url(../images/zhu2.png) no-repeat left center;
}
@media (max-width: 767px) {
  .weizhi .zhu {
    background-size: 15px;
  }
}
.weizhi a {
  color: #999999;
}
@media (max-width: 767px) {
  .weizhi {
    margin-top: 2rem;
  }
}
.t_title {
  width: 100%;
  text-align: center;
  padding-bottom: 0.6rem;
  font-family: Regular;
}
@media (max-width: 767px) {
  .t_title {
    padding-bottom: 1.5rem;
  }
}
.caiJian_img {
  clip-path: polygon(0px 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: 1.5s;
}
.caiJian_img.ok {
  clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
}
/* ODM&OEM */
.odm_one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.odm_one .img-box {
  width: 50%;
  text-align: center;
}
.odm_one .img-box img {
  max-height: 5.5rem;
  max-width: 90%;
}
@media (max-width: 767px) {
  .odm_one .img-box img {
    max-height: 10rem;
  }
}
@media (max-width: 767px) {
  .odm_one .img-box {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}
.odm_one .text-box {
  width: 46%;
}
@media (max-width: 767px) {
  .odm_one .text-box {
    width: 100%;
  }
}
.odm_one .text-box .title {
  font-family: Regular;
  line-height: 1.3;
}
.odm_one .text-box .desc {
  padding: 0.4rem 0;
  line-height: 2;
  color: #656565;
}
@media (max-width: 991px) {
  .odm_one .text-box .desc {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .odm_one .text-box .desc {
    padding: 1rem 0;
  }
}
.odm_one .text-box .ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-top: 0.2rem;
}
@media (max-width: 767px) {
  .odm_one .text-box .ul {
    padding-top: 0.6rem;
  }
}
.odm_one .text-box .ul li .img {
  padding-bottom: 0.2rem;
}
.odm_one .text-box .ul li .img img {
  max-height: 0.5rem;
}
@media (max-width: 991px) {
  .odm_one .text-box .ul li .img img {
    max-height: 0.9rem;
  }
}
@media (max-width: 767px) {
  .odm_one .text-box .ul li .img img {
    max-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .odm_one .text-box .ul li .img {
    padding-bottom: 0.5rem;
  }
}
.odm_two li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .odm_two li {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .odm_two li {
    flex-wrap: wrap;
  }
}
.odm_two li:hover .img-box::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.odm_two li:hover .text-box .num {
  color: #2F61DF;
}
.odm_two li:nth-child(2n) {
  flex-direction: row-reverse;
}
.odm_two li:nth-child(2n) .img-box::after {
  right: auto;
  left: 0.4rem;
}
.odm_two li:last-child {
  margin-bottom: 0;
}
.odm_two .img-box {
  width: 47%;
  height: 4.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .odm_two .img-box {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .odm_two .img-box {
    width: 100%;
    height: 10rem;
  }
}
.odm_two .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.odm_two .img-box::after {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 80%;
  height: 80%;
  background: #2F61DF;
  border-radius: 10px;
  content: '';
  transition: 0.8s;
  opacity: 0;
}
.odm_two .text-box {
  width: 47%;
}
@media (max-width: 767px) {
  .odm_two .text-box {
    width: 100%;
    margin-top: 1rem;
  }
}
.odm_two .text-box .num {
  font-weight: bold;
  font-family: 'Adobe 黑体 Std';
  color: #DDDDDD;
  line-height: 1;
  transition: 0.5s;
}
.odm_two .text-box .title {
  color: #111111;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .odm_two .text-box .title {
    margin-bottom: 0.7rem;
  }
}
.odm_two .text-box .desc {
  color: #656565;
  line-height: 1.9;
}
@media (max-width: 991px) {
  .odm_two .text-box .desc {
    line-height: 1.6;
  }
}
.odm_two .text-box .bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .odm_two .text-box .bottom {
    flex-wrap: wrap;
  }
}
.odm_two .text-box .bottom dd {
  width: 50%;
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .odm_two .text-box .bottom dd {
    width: 100%;
    padding-top: 1rem;
  }
}
.odm_two .text-box .bottom dd .img {
  height: 0.63rem;
}
@media (max-width: 767px) {
  .odm_two .text-box .bottom dd .img {
    height: 2rem;
  }
}
.odm_two .text-box .bottom dd .nei {
  padding-left: 0.25rem;
  color: #656565;
}
@media (max-width: 767px) {
  .odm_two .text-box .bottom dd .nei {
    padding-left: 1rem;
  }
}
.odm_two .text-box .bottom dd .nei strong {
  color: #111;
  font-family: 'Arial';
  position: relative;
  line-height: 1;
}
.odm_two .text-box .bottom dd .nei strong::after {
  position: absolute;
  content: "+";
  top: -10px;
  right: -20px;
  font-weight: normal;
  font-size: 24px;
}
.odm_swiper {
  background: none;
}
.odm_swiper .t_title {
  padding-bottom: 0rem;
}
.odm_swiper .nei {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .odm_swiper .nei {
    margin-top: 1.8rem;
  }
}
.odm_swiper .nei:hover {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-top: 0.3rem;
}
.odm_swiper .sy_four_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2F61DF;
}
.odm_swiper .sy_four_swiper .nav_rr .next {
  background: url(../images/right2.png) no-repeat center center;
}
.odm_swiper .sy_four_swiper .nav_rr .next:hover {
  background: url(../images/right3.png) no-repeat center center;
}
.odm_swiper .sy_four_swiper .nav_rr .prev {
  background: url(../images/left2.png) no-repeat center center;
}
.odm_swiper .sy_four_swiper .nav_rr .prev:hover {
  background: url(../images/left3.png) no-repeat center center;
}
.odm_foot {
  background: #2A323D;
  padding: 0.6rem 0;
}
@media (max-width: 991px) {
  .odm_foot {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .odm_foot {
    padding: 3rem 0;
  }
}
.odm_foot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.odm_foot .top_left {
  padding-left: 1rem;
  background: url(../images/bg_06.png) no-repeat left center;
  background-size: 0.7rem;
  color: #fff;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 25%;
}
@media (max-width: 991px) {
  .odm_foot .top_left {
    padding-left: 1.5rem;
    background-size: 1rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .odm_foot .top_left {
    padding-left: 3rem;
    background-size: 2rem;
    width: 100%;
    background-size: auto 4em;
  }
}
.odm_foot .top_left strong {
  font-family: Regular;
  font-weight: normal;
  width: 100%;
}
.odm_foot .top_left2 {
  width: 40%;
}
@media (max-width: 991px) {
  .odm_foot .top_left2 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .odm_foot .top_left2 {
    width: auto;
    padding-left: 5em;
  }
}
.odm_foot .top_rr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .odm_foot .top_rr {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .odm_foot .top_rr {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
}
.odm_foot .top_rr dd {
  width: 3.2rem;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .odm_foot .top_rr dd {
    width: 33.33%;
    padding-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .odm_foot .top_rr dd {
    width: 100%;
    padding-left: 0;
  }
  .odm_foot .top_rr dd:last-child {
    padding-top: 5px;
  }
}
.odm_foot .top_rr dd .txt:last-child {
  margin-bottom: 0;
}
.odm_foot .top_rr dd p {
  width: 100%;
  position: relative;
}
.odm_foot .top_rr dd p .img_yzm {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 26px;
  cursor: pointer;
}
.odm_foot .top_rr .txt {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  color: #fff;
}
.odm_foot .top_rr .txt_desc {
  height: 102px;
  line-height: 30px;
  padding: 5px 15px;
}
.odm_foot .top_rr .btn {
  background: #2F61DF;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 46px;
}
.odm_foot .ul {
  padding-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.11rem;
  width: 100%;
}
@media (max-width: 767px) {
  .odm_foot .ul {
    margin: 0 -0.3rem;
  }
}
.odm_foot .ul li {
  width: 16.6666%;
  padding: 0 0.11rem;
  position: relative;
}
@media (max-width: 991px) {
  .odm_foot .ul li {
    width: 33.33%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .odm_foot .ul li {
    width: 50%;
    padding: 0 0.3rem;
  }
}
.odm_foot .ul li i {
  position: absolute;
  color: #fff;
  top: -15px;
  right: 0.3rem;
  font-style: normal;
  font-family: Adobe 黑体 Std;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 767px) {
  .odm_foot .ul li i {
    right: 15px;
  }
}
.odm_foot .ul .nei {
  border: 1px solid #404751;
  border-radius: 3px;
  padding: 0.2rem 0.3rem;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 991px) {
  .odm_foot .ul .nei {
    padding: 0.3rem 0.5rem;
  }
}
.odm_foot .ul .nei::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #2F61DF;
  transition: 0.5s;
}
.odm_foot .ul .nei:hover::after {
  width: 100%;
}
/* 云平台 y */
.container .y_list:nth-child(2n) {
  flex-direction: row-reverse;
}
.y_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .y_list {
    flex-wrap: wrap;
  }
}
.y_list .right_text {
  width: 47%;
}
@media (max-width: 767px) {
  .y_list .right_text {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.y_list .right_text .title {
  font-family: Regular;
  padding-bottom: 0.25rem;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .y_list .right_text .title {
    line-height: 1.2;
  }
}
.y_list .right_text .pics {
  margin-top: 0.6rem;
}
.y_list .right_text .pics ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.y_list .right_text .pics ul li {
  width: 11.4%;
  margin-right: 8.6%;
  padding-top: 11.4%;
  position: relative;
  z-index: 0;
  cursor: pointer;
  opacity: 0.4;
}
.y_list .right_text .pics ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  cursor: pointer;
}
.y_list .right_text .pics ul li.cur {
  opacity: 1;
}
.y_list .right_text .desc {
  color: #656565;
  line-height: 1.9;
}
@media (max-width: 991px) {
  .y_list .right_text .desc {
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .y_list .right_text .desc {
    -webkit-line-clamp: 100;
    padding-top: 0.5rem;
  }
}
.y_list .right_text .ul_la {
  padding-top: 0.3rem;
}
.y_list .right_text .ul_la li {
  width: 100%;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .y_list .right_text .ul_la li {
    margin-top: 0.6rem;
  }
}
.y_list .right_text .ul_la .top {
  width: 100%;
  padding: 0.05rem 0;
  padding-left: 0.5rem;
  background: url(../images/bg_13.png) no-repeat left center;
  background-size: 0.32rem;
  color: #111111;
  font-family: Regular;
  cursor: pointer;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .y_list .right_text .ul_la .top {
    background-size: 0.8rem;
    padding-left: 1.5rem;
  }
}
.y_list .right_text .ul_la .top.sel {
  color: #2F61DF;
  background: url(../images/bg_13-sel.png) no-repeat left center;
  background-size: 0.32rem;
}
@media (max-width: 767px) {
  .y_list .right_text .ul_la .top.sel {
    background-size: 0.8rem;
  }
}
.y_list .right_text .ul_la .bottom {
  display: none;
  color: #999999;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  .y_list .right_text .ul_la .bottom {
    padding-left: 1.5rem;
  }
}
.y_list .xiaZai {
  display: flex;
}
.y_list .xiaZai img {
  height: 0.8rem;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .y_list .xiaZai img {
    height: 2.5rem;
    margin-right: 10px;
    margin-top: 2rem;
  }
}
.left_swiper {
  width: 47%;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
  .left_swiper {
    width: 100%;
  }
}
.left_swiper .img {
  width: 100%;
  height: 6.4rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .left_swiper .img {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .left_swiper .img {
    height: 12rem;
  }
}
.left_swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.35;
  width: 12px;
  height: 12px;
}
.left_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: no-repeat;
  opacity: 1;
  border: 2px solid #2F61DF;
}
.y_one {
  width: 100%;
  position: relative;
  background: #000;
}
.y_one .img_list {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.y_one .img_list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.y_one .img_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.y_one .img_list li.sel {
  display: block;
}
.y_one .title_list {
  width: 100%;
  display: flex;
  height: 7.2rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .y_one .title_list {
    height: 10rem;
  }
}
.y_one .title_list li {
  width: 33.333%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.y_one .title_list .text-box {
  color: #fff;
  padding-top: 0.9rem;
  display: inline-block;
  background: url(../images/bg_14.png) no-repeat top center;
  background-size: 0.71rem;
  transition: 0.4s;
  text-align: center;
}
@media (max-width: 991px) {
  .y_one .title_list .text-box {
    padding-top: 1.4rem;
    background-size: 1rem;
  }
}
@media (max-width: 767px) {
  .y_one .title_list .text-box {
    padding-top: 2rem;
    background-size: 1.6rem;
  }
}
.y_one .title_list li.sel .text-box {
  background: url(../images/bg_14-sel.png) no-repeat top center;
  background-size: 0.8rem;
  color: #2F61DF;
}
@media (max-width: 991px) {
  .y_one .title_list li.sel .text-box {
    background-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .y_one .title_list li.sel .text-box {
    background-size: 1.7rem;
  }
}
.y_one .title_list li:hover {
  padding-bottom: 40px;
}
.y_two .left_swiper .img {
  height: 4.5rem;
}
@media (max-width: 991px) {
  .y_two .left_swiper .img {
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .y_two .left_swiper .img {
    height: 12rem;
  }
}
.t_more {
  border: 1px solid #C0BFBF;
  padding: 0 0.3rem;
  line-height: 0.48rem;
  display: inline-block;
  transition: 0.5s;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .t_more {
    padding: 0 0.5rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .t_more {
    padding: 0 0.8rem;
    line-height: 36px;
    margin-top: 1rem;
  }
}
.t_more span {
  color: #656565;
  padding-right: 25px;
  background: url(../images/jt2.png) no-repeat right center;
}
.t_more:hover {
  border: 1px solid #2F61DF;
}
.t_more:hover span {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
}
.y_list .more {
  margin-top: 0.36rem;
  border: 1px solid #C0BFBF;
  padding: 0 0.3rem;
  line-height: 0.48rem;
  display: inline-block;
  transition: 0.5s;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .y_list .more {
    padding: 0 0.5rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .y_list .more {
    padding: 0 0.8rem;
    line-height: 36px;
    margin-top: 1rem;
  }
}
.y_list .more span {
  color: #656565;
}
.y_list .more:hover {
  border: 1px solid #2F61DF;
}
.y_list .more:hover span {
  color: #2F61DF;
}
.y_list .t_more {
  margin-top: 0.72rem;
}
.more2 {
  border: 1px solid #2F61DF;
  padding: 0 0.3rem;
  line-height: 0.48rem;
  display: inline-block;
  transition: 0.5s;
  border-radius: 3px;
  color: #2F61DF;
}
@media (max-width: 991px) {
  .more2 {
    padding: 0 0.5rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .more2 {
    padding: 0 0.8rem;
    line-height: 36px;
    margin-top: 1rem;
  }
}
.more2 span {
  color: #2F61DF;
  padding-right: 25px;
  background: url(../images/jt3.png) no-repeat right center;
}
.more2:hover {
  background: #2F61DF;
  color: #fff;
}
.more2:hover span {
  color: #fff;
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
.y_three {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.y_three li {
  width: 47%;
}
@media (max-width: 767px) {
  .y_three li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .y_three li:last-child {
    margin-bottom: 0;
  }
}
.y_three li .nei {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.y_three li .nei:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.y_three li .nei:hover .t_more {
  border: 1px solid #2F61DF;
}
.y_three li .nei:hover .t_more span {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
}
.y_three .img-box {
  width: 39.4%;
  padding-top: 39.4%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  flex-wrap: wrap;
  border-radius: 50%;
}
.y_three .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.y_three .txt-box {
  flex: 1;
  text-align: left;
  margin-left: 7.6%;
}
.y_three .title {
  margin-top: 0.3rem;
  color: #333;
  font-family: Regular;
  margin-bottom: 0.1rem;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .y_three .title {
    margin-top: 1rem;
    margin-bottom: 0.3rem;
  }
}
.y_three .desc {
  color: #999999;
  margin-bottom: 0.35rem;
  text-align: left;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .y_three .desc {
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .y_three .desc {
    line-height: 1.4;
    -webkit-line-clamp: 100;
  }
}
.y_four {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.1rem;
  padding-top: 0.5rem;
}
@media (max-width: 991px) {
  .y_four {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .y_four {
    padding-top: 1rem;
    margin: 0 -0.3rem;
  }
}
.y_four li {
  width: 25%;
  padding: 0.1rem;
}
@media (max-width: 767px) {
  .y_four li {
    width: 50%;
    padding: 0 0.3rem;
    margin-top: 1rem;
  }
}
.y_four .nei {
  height: 1rem;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  color: #111111;
  font-family: Regular;
  position: relative;
}
@media (max-width: 991px) {
  .y_four .nei {
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .y_four .nei {
    height: 3.5rem;
    padding-left: 0.7rem;
  }
}
.y_four .nei::after {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  left: 0;
  background: #2F61DF;
  content: '';
  transition: 0.5s;
}
.y_four .nei:hover::after {
  width: 100%;
}
.y_four .nei_gray {
  background-color: #f5f5f5;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.y_four img {
  margin-right: 15px;
  max-width: 0.46rem;
}
@media (max-width: 767px) {
  .y_four img {
    max-width: 1rem;
  }
}
.y_four_gray .nei {
  background-color: #f5f5f5;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
/* 404 */
.no_page {
  text-align: center;
  padding: 1.3rem 0;
}
@media (max-width: 991px) {
  .no_page {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .no_page {
    padding: 4rem 0;
  }
}
.no_page .img-box img {
  max-height: 4rem;
}
@media (max-width: 991px) {
  .no_page .img-box img {
    max-height: 6rem;
  }
}
@media (max-width: 767px) {
  .no_page .img-box img {
    max-height: 9rem;
  }
}
.no_page .title {
  font-weight: bold;
  margin: 0.2rem 0;
}
@media (max-width: 767px) {
  .no_page .title {
    margin: 0.6rem 0;
  }
}
.no_page .top {
  width: 100%;
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .no_page .top {
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
  }
}
.no_page .top a {
  display: inline-block;
  min-width: 1.8rem;
  line-height: 0.5rem;
  background: #2F61DF;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .no_page .top a {
    line-height: 0.9rem;
  }
}
@media (max-width: 767px) {
  .no_page .top a {
    line-height: 2rem;
    padding: 0 1.2rem;
  }
}
.no_page .desc {
  color: #656565;
}
/* Career */
.car_title {
  width: 100%;
  text-align: center;
  padding: 0.8rem 0 0.6rem 0;
}
@media (max-width: 767px) {
  .car_title {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.car_title .title {
  font-family: Regular;
  padding-bottom: 0.1rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .car_title .title {
    padding-bottom: 0.5rem;
  }
}
.car_title .desc {
  padding: 0px 1rem;
  color: #656565;
}
@media (max-width: 767px) {
  .car_title .desc {
    padding: 0px;
  }
}
.car_list li {
  width: 100%;
  margin-bottom: 0.2rem;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 767px) {
  .car_list li {
    margin-bottom: 0.5rem;
  }
}
.car_list .top {
  display: flex;
  padding: 0 0.3rem;
  align-items: flex-start;
  position: relative;
  line-height: 0.8rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .car_list .top {
    flex-wrap: wrap;
    padding: 0.2rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .car_list .top {
    padding: 0.6rem 1rem;
    line-height: 1.4rem;
  }
}
.car_list .top .title {
  color: #000;
  width: 35%;
}
@media (max-width: 991px) {
  .car_list .top .title {
    width: 80%;
  }
}
.car_list .top dl {
  display: flex;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 991px) {
  .car_list .top dl {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .car_list .top dl {
    display: none;
  }
}
.car_list .top dl dd {
  padding-left: 20px;
  margin-right: 0.6rem;
}
.car_list .top dl .d1 {
  background: url(../images/bg_16.png) no-repeat left center;
}
.car_list .top dl .d2 {
  background: url(../images/bg_17.png) no-repeat left center;
}
.car_list .top dl .d3 {
  background: url(../images/bg_18.png) no-repeat left center;
}
.car_list .top .jian {
  position: absolute;
  top: 0;
  right: 0.3rem;
  color: #CBCBCB;
  font-size: 14px;
  padding-right: 20px;
  background: url(../images/bg_15.png) no-repeat right center;
}
@media (max-width: 991px) {
  .car_list .top .jian {
    line-height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .car_list .top .jian {
    top: 0.6rem;
    line-height: 1.4rem;
    right: 1rem;
  }
}
.car_list .top.sel .jian {
  background: url(../images/bg_15-sel.png) no-repeat right center;
}
.car_list .bottom {
  border-top: 1px solid #F5F5F5;
  padding: 0.4rem;
  color: #656565;
  line-height: 2;
  font-size: 14px;
  display: none;
}
@media (max-width: 991px) {
  .car_list .bottom {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .car_list .bottom {
    padding: 1rem;
    line-height: 1.8;
  }
}
.car_list .t_more {
  border: 1px solid #2F61DF;
}
.car_list .t_more span {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
}
/* No Permission */
.no_main {
  padding: 1.3rem 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .no_main {
    padding: 3rem 0;
  }
}
.no_main .img {
  width: 0.8rem;
}
@media (max-width: 767px) {
  .no_main .img {
    width: 3rem;
  }
}
.no_main .tit {
  width: 100%;
  font-family: Regular;
  display: block;
  padding: 0.1rem 0;
  padding-top: 0.25rem;
}
@media (max-width: 767px) {
  .no_main .tit {
    padding-top: 0.8rem;
  }
}
.no_main .desc {
  line-height: 1.8;
  width: 100%;
  color: #999999;
  padding: 0 1rem;
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .no_main .desc {
    padding-bottom: 1.5rem;
  }
}
.no_main .tell {
  line-height: 1.8;
  width: 100%;
  color: #999999;
}
.no_main .tell span {
  color: #333;
}
.no_main .tell a {
  display: inline-block;
  background: #2F61DF;
  padding: 0 20px;
  min-width: 1.6rem;
  text-align: center;
  line-height: 0.46rem;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .no_main .tell a {
    line-height: 0.9rem;
  }
}
@media (max-width: 767px) {
  .no_main .tell a {
    line-height: 40px;
  }
}
/* FAQ */
.faq_list li {
  padding: 0.2rem 0.4rem;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .faq_list li {
    padding: 0.4rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .faq_list li {
    padding: 0.5rem 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.faq_list .top {
  display: flex;
  align-items: center;
  color: #333333;
  background: url(../images/bg_19.png) no-repeat right center;
  background-size: 0.19rem;
  cursor: pointer;
}
.faq_list .top .q {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CBCBCB;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #CBCBCB;
  margin-right: 0.2rem;
}
@media (max-width: 991px) {
  .faq_list .top .q {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .faq_list .top .q {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
.faq_list .top.sel {
  font-family: Regular;
  background: url(../images/bg_19-sel.png) no-repeat right center;
  background-size: 0.19rem;
}
.faq_list .top.sel .q {
  border: 1px solid #333;
  color: #333;
}
.faq_list .bottom {
  margin-top: 0.1rem;
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .faq_list .bottom {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .faq_list .bottom {
    margin-top: 0.5rem;
  }
}
.faq_list .bottom .a {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2F61DF;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #2F61DF;
  margin-right: 0.2rem;
  position: #2F61DF;
  top: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .faq_list .bottom .a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .faq_list .bottom .a {
    width: 26px;
    height: 26px;
  }
}
.faq_list .bottom .desc {
  padding-left: 0.6rem;
  max-width: 100%;
  color: #656565;
  line-height: 1.8;
  font-size: 14px;
}
@media (max-width: 991px) {
  .faq_list .bottom .desc {
    padding-left: 0.8rem;
  }
}
@media (max-width: 767px) {
  .faq_list .bottom .desc {
    padding-left: 36px;
  }
}
/* t_type */
.txt::-webkit-input-placeholder {
  color: #CBCBCB;
}
.txt:-moz-placeholder {
  color: #CBCBCB;
}
.txt::-moz-placeholder {
  color: #CBCBCB;
}
.txt:-ms-input-placeholder {
  color: #CBCBCB;
}
.t_type {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 0.2rem;
  align-items: center;
  margin-bottom: 0.2rem;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .t_type {
    padding: 0 0.35rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .t_type {
    flex-wrap: wrap;
    padding: 0 0.6rem;
  }
}
.t_type .left {
  display: flex;
}
@media (max-width: 991px) {
  .t_type .left {
    flex-wrap: wrap;
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .t_type .left {
    width: 100%;
    max-width: 100%;
  }
}
.t_type .left a {
  margin-left: 0.4rem;
  line-height: 0.8rem;
  color: #111111;
  display: block;
}
@media (max-width: 991px) {
  .t_type .left a {
    margin-right: 0.2rem;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .t_type .left a {
    margin-right: 15px;
    line-height: 40px;
  }
}
.t_type .left a.on {
  color: #2F61DF;
  border-bottom: 2px solid #2F61DF;
}
.t_type .left a:hover {
  color: #2F61DF;
}
@media (max-width: 767px) {
  .t_type .left > a {
    margin-top: 0.5rem;
  }
}
.t_type .sousuo {
  background: #EFEFEF;
  border-radius: 40px;
  overflow: hidden;
  border: 2px solid #EFEFEF;
  display: flex;
}
@media (max-width: 767px) {
  .t_type .sousuo {
    width: 100%;
    margin: 15px 0;
  }
}
.t_type .sousuo .txt {
  width: 2.8rem;
  height: 0.46rem;
  line-height: 0.16rem;
  padding-left: 20px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .t_type .sousuo .txt {
    height: 32px;
    line-height: 32px;
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .t_type .sousuo .txt {
    width: 95%;
  }
}
.t_type .sousuo .btn {
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/bg_ss.png) no-repeat center center #2F61DF;
  background-size: 0.2rem;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .t_type .sousuo .btn {
    height: 32px;
    width: 32px;
    background-size: 15px;
  }
}
.t_type_s {
  padding: 0.7em 0 1.5em 6.2em;
}
@media (max-width: 767px) {
  .t_type_s {
    padding: 0.7em 1em 1.5em;
  }
}
.t_type_s a {
  color: #111;
  display: inline-block;
  margin: 0 0.5em;
}
@media (max-width: 767px) {
  .t_type_s a {
    margin: 0 0.2em;
  }
}
.t_type_s a.on {
  color: #2F61DF;
}
.t_type .left .btnDropDown {
  position: relative;
  z-index: 100;
  margin-left: 0.4rem;
  line-height: 0.8rem;
  color: #111111;
  display: block;
}
@media (max-width: 767px) {
  .t_type .left .btnDropDown {
    margin-top: 0.5rem;
  }
}
.t_type .left .btnDropDown .btn a {
  position: relative;
  z-index: 0;
  display: block;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}
.t_type .left .btnDropDown .dropDown {
  position: absolute;
  top: 0.8rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: none;
  left: -0.3rem;
  right: -0.3rem;
  background: #fff;
  text-align: center;
  -moz-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  line-height: 2em;
}
@media (max-width: 767px) {
  .t_type .left .btnDropDown .dropDown {
    top: 1.6rem;
  }
}
.t_type .left .btnDropDown .dropDown a {
  display: block;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  color: #666;
  line-height: 2em;
}
.t_type .left .btnDropDown .dropDown a:hover {
  color: #2F61DF;
}
.t_type .left .btnDropDown:hover .btn a {
  color: #2F61DF;
}
.t_type .left .btnDropDown:hover .dropDown {
  display: block;
}
.t_type .left .btnDropDown.on .btn a {
  color: #2F61DF;
}
.t_type .left .btnDropDown.on .btn a::after {
  display: block;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2F61DF;
}
/* Honor */
.ho_list {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.2rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ho_list {
    margin: 0 ;
  }
}
.ho_list li {
  width: 50%;
  padding: 0.2rem;
}
.ho_list li .nei {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  align-items: center;
  background: #fff;
}
@media (max-width: 767px) {
  .ho_list li {
    width: 100%;
    padding: 0.4rem 0;
  }
}
.ho_list .img-box {
  width: 1.7rem;
  height: 2.4rem;
  overflow: hidden;
  margin-right: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ho_list .img-box {
    width: 30%;
    height: 6rem;
  }
}
.ho_list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ho_list .text-box {
  width: 65%;
}
.ho_list .text-box .title {
  color: #333333;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .ho_list .text-box .title {
    padding-bottom: 0.6rem;
  }
}
.ho_list .text-box .desc {
  padding-bottom: 0.3rem;
  color: #999999;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .ho_list .text-box .desc {
    display: none;
  }
}
.ho_list .fangda {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/fd.png) no-repeat center center;
  background-size: 20px;
  cursor: pointer;
}
/* 图片弹窗 */
#hi-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-img-pop .hi-close:hover {
  background: #2F61DF;
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
  background: #fff;
}
#hi-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-img-pop .img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-img-pop .pin {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Support */
.sup_one {
  margin: 0 -0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -0.4rem;
}
@media (max-width: 767px) {
  .sup_one {
    margin: 0 -0.3rem;
  }
}
.sup_one li {
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
  width: 33.3333%;
}
@media (max-width: 767px) {
  .sup_one li {
    width: 50%;
    padding: 0 0.3rem;
    margin-bottom: 0.6rem;
  }
}
.sup_one .nei {
  position: relative;
  width: 100%;
  height: 2.45rem;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .sup_one .nei {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .sup_one .nei {
    height: 5rem;
  }
}
.sup_one .nei .img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.sup_one .xq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.sup_one .xq .title {
  font-size: 18px;
  width: 100%;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .sup_one .xq .title {
    font-size: 16px;
    bottom: 0.4rem;
  }
}
.sup_one .xq .desc {
  width: 100%;
  font-size: 14px;
  padding: 0.1rem 0.7rem;
  margin-bottom: 0.1rem;
  opacity: 0;
  transition: 0.2s;
}
.sup_one .xq .t_more {
  opacity: 0;
  transition: 0.2s;
  border-radius: 2px;
  border: 1px solid #2F61DF;
}
.sup_one .xq .t_more span {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
}
.sup_one .xq:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.sup_one .xq:hover .title {
  position: relative;
  bottom: auto;
  font-size: 30px;
}
.sup_one .xq:hover .desc,
.sup_one .xq:hover .t_more {
  opacity: 1;
}
.sup_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.sup_two li {
  width: 33.333%;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .sup_two li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.sup_two .nei {
  display: flex;
  justify-content: center;
  background: #fff;
  border: 1px solid #fff;
  padding: 0.35rem;
  border-radius: 3px;
  transition: 0.5s;
  color: #111111;
  font-family: Regular;
  text-align: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sup_two .nei {
    padding: 1rem;
  }
}
.sup_two .nei:hover {
  color: #2F61DF;
  border: 1px solid #2F61DF;
  -moz-box-shadow: 0px 0px 45px rgba(47, 96, 233, 0.15);
  -webkit-box-shadow: 0px 0px 45px rgba(47, 96, 233, 0.15);
  box-shadow: 0px 0px 45px rgba(47, 96, 233, 0.15);
}
.sup_two .nei .img-box {
  height: 0.65rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .sup_two .nei .img-box {
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .sup_two .nei .img-box {
    height: 1.8rem;
  }
}
.sup_two .nei .img-box img {
  max-height: 0.5rem;
}
@media (max-width: 991px) {
  .sup_two .nei .img-box img {
    max-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .sup_two .nei .img-box img {
    max-height: 1.4rem;
  }
}
.sup_two .nei h3 {
  width: 100%;
}
/* Cookies */
.ck_title {
  color: #111111;
  padding-bottom: 0.4rem;
  text-align: center;
  font-family: Regular;
}
.ck_desc {
  color: #999999;
  font-size: 14px;
  line-height: 2;
}
/* Blog */
.bl_one {
  background: #fff;
  margin-top: 0.4rem;
  padding: 0.5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bl_one {
    flex-wrap: wrap;
    padding: 1rem;
    margin-top: 1.5rem;
  }
}
.bl_one .img-box {
  width: 39%;
  height: 3.4rem;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 991px) {
  .bl_one .img-box {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .bl_one .img-box {
    width: 100%;
    height: 8rem;
  }
}
.bl_one .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_one .text-box {
  width: 56%;
}
@media (max-width: 767px) {
  .bl_one .text-box {
    width: 100%;
    padding-top: 1rem;
  }
}
.bl_one .text-box .date {
  color: #999999;
  padding-left: 15px;
  background: url(../images/bg_18.png) no-repeat left center;
}
.bl_one .text-box .title {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 100%;
  margin: 0.1rem 0 0.25rem 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .bl_one .text-box .title {
    margin: 0.2rem 0 0.8rem 0;
  }
}
.bl_one .text-box .desc {
  font-size: 14px;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.9;
  margin-bottom: 0.9rem;
}
@media (max-width: 991px) {
  .bl_one .text-box .desc {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767px) {
  .bl_one .text-box .desc {
    margin-bottom: 1.5rem;
  }
}
.bl_one .bottom {
  display: flex;
  justify-content: space-between;
}
.bl_one .fx a {
  margin-left: 0.2rem;
}
.bl_one .fx a img {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .bl_one .fx a img {
    height: 18px;
  }
}
.bl_one .fx a:hover img {
  opacity: 1;
}
.bl_two {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .bl_two {
    margin-bottom: 0.5rem;
  }
}
.bl_two li {
  padding: 0.75rem 0;
  transition: 0.5s;
}
.bl_two li:hover {
  background: #fff;
}
@media (max-width: 767px) {
  .bl_two li {
    padding: 0;
  }
}
.bl_two .nei {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .bl_two .nei {
    flex-wrap: wrap;
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1.5rem;
  }
}
.bl_two .date {
  color: #999999;
  text-align: center;
}
.bl_two .img-box {
  width: 2.8rem;
  height: 2.1rem;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .bl_two .img-box {
    height: 3rem;
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .bl_two .img-box {
    width: 100%;
    height: 8rem;
    margin-bottom: 1rem;
  }
}
.bl_two .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_two .text-box {
  padding: 0.2rem 0;
  padding-left: 0.5rem;
  width: 65%;
  border-left: 1px solid #E4E4E4;
  display: inline-block;
}
@media (max-width: 991px) {
  .bl_two .text-box {
    padding-left: 1rem;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .bl_two .text-box {
    width: 75%;
    padding: 0;
    padding-left: 1rem;
  }
}
.bl_two .text-box .title {
  color: #111111;
  width: 100%;
  font-family: Regular;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bl_two .text-box .desc {
  color: #656565;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.1rem 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .bl_two .text-box .desc {
    line-height: 1.6;
    margin: 0.3rem 0;
  }
}
.bl_three {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.2rem -0.2rem;
}
@media (max-width: 991px) {
  .bl_three {
    margin: 0.3rem -0.3rem;
  }
}
@media (max-width: 767px) {
  .bl_three {
    margin: 0;
    margin-top: 0.6rem;
  }
}
.bl_three li {
  width: 33.33%;
  padding: 0.2rem;
}
@media (max-width: 991px) {
  .bl_three li {
    width: 50%;
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .bl_three li {
    width: 100%;
    padding: 0.6rem 0;
  }
}
.bl_three li .nei {
  display: block;
  width: 100%;
  background: #fff;
}
.bl_three li .nei:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.bl_three li .nei:hover .title {
  color: #2F61DF;
}
.bl_three .img-box {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bl_three .img-box {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .bl_three .img-box {
    height: 8rem;
  }
}
.bl_three .img-box img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.bl_three .text-box {
  width: 100%;
  padding: 0.3rem;
}
@media (max-width: 991px) {
  .bl_three .text-box {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .bl_three .text-box {
    padding: 1rem;
  }
}
.bl_three .text-box .title {
  font-family: Regular;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111111;
  transition: 0.5s;
}
.bl_three .text-box .desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #656565;
  line-height: 1.8;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .bl_three .text-box .desc {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .bl_three .text-box .desc {
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
  }
}
.bl_three .text-box .bottom {
  display: flex;
  justify-content: space-between;
}
.bl_three .text-box .date {
  font-size: 14px;
  padding-left: 20px;
  background: url(../images/bg_18.png) no-repeat left center;
  color: #999999;
}
.bl_three .text-box .c_more {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
  opacity: 1;
}
/* 详情页 */
.xq_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .xq_main {
    flex-wrap: wrap;
  }
}
.xq_left {
  width: 72%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0.4rem;
}
.xq_left .shipin {
  width: 100%;
  /* height: 4.4rem; */
  object-fit: fill;
}
@media (max-width: 991px) {
  .xq_left .shipin {
    /* height: 6rem; */
  }
}
@media (max-width: 767px) {
  .xq_left .shipin {
    /* height: 10rem; */
  }
}
@media (max-width: 767px) {
  .xq_left {
    width: 100%;
    padding: 1rem;
  }
}
.xq_left .title {
  text-align: center;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .xq_left .title {
    padding-bottom: 0.5rem;
  }
}
.xq_left .desc {
  line-height: 0.6rem;
  background: #F5F5F5;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .xq_left .desc {
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .xq_left .desc {
    line-height: 40px;
  }
}
.xq_left .desc span {
  padding-left: 20px;
  margin-left: 0.3rem;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 991px) {
  .xq_left .desc span {
    margin-left: 20px;
  }
}
.xq_left .desc .s1 {
  background: url(../images/bg_17.png) no-repeat left center;
}
.xq_left .desc .s2 {
  background: url(../images/bg_16.png) no-repeat left center;
}
.xq_left .info {
  width: 100%;
  padding: 0.2rem 0;
  color: #656565;
  font-size: 14px;
  line-height: 1.8;
}
.xq_left .info img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .xq_left .info {
    padding: 0.6rem 0;
  }
}
.xq_left .biaoqian {
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
  padding-top: 0.2rem;
}
.xq_left .biaoqian strong {
  color: #111111;
  font-family: Regular;
}
.xq_left .biaoqian a {
  color: #999999;
  display: inline-block;
  padding: 0 15px;
  border-radius: 40px;
  transition: 0.5s;
  margin-left: 0.2rem;
}
.xq_left .biaoqian a:hover {
  background-color: #EBEFFC;
  color: #2F61DF;
}
.xq_right {
  width: 26.5%;
}
@media (max-width: 767px) {
  .xq_right {
    width: 100%;
    margin-top: 2rem;
  }
}
.xq_right .title {
  margin-bottom: 0.5em;
}
.xq_right .nei {
  padding: 0.4rem;
  background: #fff;
  margin-bottom: 0.2rem;
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .xq_right .nei {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
.xq_right .nei::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #2F61DF;
  transition: 0.5s;
}
.xq_right .nei .title {
  color: #111;
}
.xq_right .nei:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.xq_right .nei:hover .c_more {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
  opacity: 1;
}
.xq_right .nei:hover .title {
  color: #2F61DF;
}
.xq_right .nei:hover::after {
  width: 100%;
}
.xq_right .img-box {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .xq_right .img-box {
    height: 7rem;
    margin-bottom: 0.8rem;
  }
}
.xq_right .img-box img {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.xq_right .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xq_right .desc {
  color: #999999;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .xq_right .desc {
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
  }
}
.xq_fu {
  top: 4rem;
  width: 42px;
  position: fixed;
  left: 1.5rem;
}
@media (max-width: 1580px) {
  .xq_fu {
    left: 0.8rem;
  }
}
@media (max-width: 1260px) {
  .xq_fu {
    left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .xq_fu {
    display: none;
  }
}
.xq_fu li {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: #fff;
  transition: 0.5s;
  margin-bottom: 0.1rem;
}
.xq_fu li:hover {
  background: url(../images/bg_20.png) no-repeat center center;
  background-size: 100% 100%;
}
.xq_fu li:nth-child(1) a {
  background: url(../images/x1.png) no-repeat center center;
}
.xq_fu li:nth-child(1) a:hover {
  background: url(../images/x1-sel.png) no-repeat center center;
}
.xq_fu li:nth-child(2) a {
  background: url(../images/x2.png) no-repeat center center;
}
.xq_fu li:nth-child(2) a:hover {
  background: url(../images/x2-sel.png) no-repeat center center;
}
.xq_fu li:nth-child(3) a {
  background: url(../images/x3.png) no-repeat center center;
}
.xq_fu li:nth-child(3) a:hover {
  background: url(../images/x3-sel.png) no-repeat center center;
}
.xq_fu li:nth-child(4) a {
  background: url(../images/x4.png) no-repeat center center;
}
.xq_fu li:nth-child(4) a:hover {
  background: url(../images/x4-sel.png) no-repeat center center;
}
.xq_fu li:nth-child(5) a {
  background: url(../images/x5.png) no-repeat center center;
}
.xq_fu li:nth-child(5) a:hover {
  background: url(../images/x5-sel.png) no-repeat center center;
}
.xq_fu a {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
/* Resources  */
.re_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 991px) {
  .re_list {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 767px) {
  .re_list {
    margin: 0;
  }
}
.re_list li {
  width: 33.333%;
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .re_list li {
    width: 50%;
    padding: 0.3rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .re_list li {
    width: 100%;
    padding: 0.5rem 0;
    margin-bottom: 0.2rem;
  }
}
.re_list .top {
  margin: 0 0.2rem;
  height: 3rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .re_list .top {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .re_list .top {
    height: 9rem;
  }
}

#pages li{display: inline-block;}
/* #pages li.on{    background-color: #2F61DF;} */
#pages li.on a{ color: #fff;background-color: #2F61DF;}

.re_list .top .img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.re_list .top .bo {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bo.png) no-repeat center center rgba(0, 0, 0, 0.2);
  background-size: 0.8rem;
  z-index: 11;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition: 0.5s;
  cursor: pointer;
}
.re_list .top .bo.zan {
  background: none;
}
.re_list .top:hover .bo {
  opacity: 1;
}
.re_list .top .xuan {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/xuan.png) no-repeat right top;
  opacity: 0;
  cursor: pointer;
}
.re_list .top .xuan.sel {
  opacity: 1;
}
.re_list .text-box {
  padding: 0 0.5rem;
  margin-top: -0.4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .re_list .text-box {
    margin-top: -0.6rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .re_list .text-box {
    margin-top: -1.3rem;
    padding: 0 1rem;
  }
}
.re_list .text-box a {
  display: flex;
  justify-content: space-between;
  height: 0.8rem;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .re_list .text-box a {
    height: 1.2rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .re_list .text-box a {
    height: 2.6rem;
    padding: 0 0.6rem;
  }
}
.re_list .text-box a:hover .tit {
  color: #2F61DF;
}
.re_list .text-box .tit {
  color: #111111;
  max-height: 70%;
}
.re_list .text-box .c_more {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
  opacity: 1;
}
.re_list .text-box .pdf {
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/pdf.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
}
@media (max-width: 991px) {
  .re_list .text-box .pdf {
    width: 18px;
    height: 18px;
  }
}
.re_one {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .re_one {
    margin: 0 -0.3rem;
  }
}
.re_one li {
  width: 33.333%;
  padding: 0.2rem;
}
@media (max-width: 767px) {
  .re_one li {
    padding: 0.6rem 0.3rem;
    width: 100%;
  }
}
.re_one .nei {
  display: block;
  width: 100%;
  height: 3rem;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.re_one .nei:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.re_one .nei:hover .title {
  color: #2F61DF;
}
@media (max-width: 991px) {
  .re_one .nei {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .re_one .nei {
    height: 9rem;
  }
}
.re_one .nei img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.re_one .nei .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: url(../images/bg_21.png) repeat-x left top;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 0.9rem;
  color: #fff;
  font-family: Regular;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .re_one .nei .title {
    height: 1.7rem;
  }
}
@media (max-width: 767px) {
  .re_one .nei .title {
    height: 4rem;
    padding-top: 2rem;
  }
}
.re_two {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .re_two {
    padding: 0.4rem 0;
  }
}
.re_two label {
  color: #999999;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.re_two label input {
  width: 16px;
  height: 16px;
  border: 1px solid #999999;
  border-radius: 2px;
  margin-right: 8px;
}
.re_two .btn_xz {
  background: #E2E6F3;
  color: #2F61DF;
  border-radius: 30px;
  height: 30px;
  cursor: pointer;
  width: 140px;
  text-align: center;
  margin-left: 0.4rem;
}
/* 登录 */
.dl_main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(../images/dl1.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .dl_main {
    padding: 1rem;
    padding-top: 3rem;
  }
}
.dl_main .container {
  background: #fff;
  border-radius: 7px;
}
.dl_main .con {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .dl_main .con {
    padding: 1.5rem;
  }
}
.dl_main .dl_one {
  width: 51%;
}
@media (max-width: 767px) {
  .dl_main .dl_one {
    width: 100%;
    text-align: center;
  }
}
.dl_main .dl_one img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .dl_main .dl_one img {
    width: 70%;
  }
}
.dl_main .dl_one dl {
  margin-top: -0.5rem;
}
@media (max-width: 767px) {
  .dl_main .dl_one dl {
    display: none;
  }
}
.dl_main .dl_one dl dd {
  color: #BBBBBB;
  font-size: 13px;
  padding-top: 0.08rem;
}
.dl_main .dl_two {
  width: 34%;
}
@media (max-width: 991px) {
  .dl_main .dl_two {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .dl_main .dl_two {
    width: 100%;
  }
}
.dl_main .dl_two .desc {
  color: #656565;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .dl_main .dl_two .desc {
    margin-top: 0.2rem;
  }
}
.dl_main .dl_two dl {
  width: 100%;
}
.dl_main .dl_two dl dt {
  width: 100%;
  font-size: 14px;
  color: #333;
  padding-top: 0.2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .dl_main .dl_two dl dt {
    margin-top: 0.4rem;
  }
}
.dl_main .dl_two dl dd {
  width: 100%;
}
.dl_main .dl_two dl .dd_pass {
  position: relative;
  z-index: 0;
}
.dl_main .dl_two dl .dd_pass .eye {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 1.6em;
  height: 1.6em;
  right: 0.5em;
  background: url(../images/eye.png) center center no-repeat;
  background-size: contain;
}
.dl_main .dl_two dl .dd_pass .eye_h {
  background-image: url(../images/eye_h.png);
}
.dl_main .dl_two .txt {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #EAEBED;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
}
.dl_main .dl_two .tishi {
  color: #BBBBBB;
  font-size: 14px;
  line-height: 2;
}
.dl_main .dl_two .btn {
  width: 120px;
  height: 46px;
  background: #2F61DF;
  color: #fff;
  border-radius: 5px;
  margin-top: 0.2rem;
  -moz-box-shadow: 0px 20px 30px rgba(47, 97, 233, 0.2);
  -webkit-box-shadow: 0px 20px 30px rgba(47, 97, 233, 0.2);
  box-shadow: 0px 20px 30px rgba(47, 97, 233, 0.2);
}
/* website */
.website {
  background: #fff;
  margin-bottom: 1.2rem;
  padding: 0.4rem 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .website {
    width: 90%;
    margin-left: 5%;
    padding: 1rem 1.5rem;
    padding-bottom: 0.2rem;
  }
}
.website li {
  width: 33.333%;
  padding-bottom: 0.3rem;
  padding-top: 0.2rem;
}
.website li:first-child {
  width: 100%;
}
@media (max-width: 991px) {
  .website li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .website li {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.website li a {
  padding-left: 26px;
  background: url(../images/bg_22.jpg) no-repeat left center;
  transition: 0.5s;
  background-size: 0 2px;
}
.website li h3 a {
  color: #111111;
  font-family: Regular;
  font-weight: bold;
  background-size: 8px 2px;
}
.website li h3 a:hover {
  background-size: 20px 2px;
  color: #2F61DF;
  padding-left: 35px;
}
.website li dl {
  padding-top: 0.2rem;
}
.website li dl dd {
  line-height: 2.1;
}
.website li dl dd a {
  color: #8C8C8C;
  font-size: 14px;
}
.website li dl dd a:hover {
  background-size: 20px 2px;
  color: #2F61DF;
  padding-left: 35px;
}
/* 问题 */
.wt_main {
  width: 70%;
  max-width: 8.2rem;
  padding: 1.2rem 0;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .wt_main {
    max-width: 9.5rem;
  }
}
@media (max-width: 1260px) {
  .wt_main {
    width: 80%;
    max-width: 80%;
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .wt_main {
    padding: 3rem 0;
    width: 90%;
    max-width: 90%;
  }
}
.wt_title {
  text-align: center;
  padding-bottom: 0.6rem;
}
.wt_title .desc {
  color: #656565;
  padding-top: 0.05rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .wt_title .desc {
    padding: 0.1rem 0.2rem;
  }
  .wt_title .desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  .wt_title {
    padding-bottom: 1.5rem;
  }
}
.wt_info {
  background: #fff;
  border-radius: 5px;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1260px) {
  .wt_info {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .wt_info {
    padding: 1.5rem 1.2rem;
  }
}
.wt_info .title {
  width: 100%;
  text-align: center;
  margin-bottom: 0.1rem;
}
.wt_info .title span {
  color: #999999;
  font-size: 13px;
  line-height: 1;
  display: block;
  font-family: Montserrat;
}
.wt_info .title .red {
  display: inline-block;
  color: #ff0000;
}
.wt_info .ul {
  min-width: 5.4rem;
}
@media (max-width: 1260px) {
  .wt_info .ul {
    min-width: 70%;
  }
}
@media (max-width: 767px) {
  .wt_info .ul {
    width: 100%;
  }
}
.wt_info .ul li {
  border: 1px solid #EEEEEE;
  border-radius: 40px;
  text-align: center;
  color: #999999;
  margin-top: 0.2rem;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0.1rem 25px;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 1260px) {
  .wt_info .ul li {
    margin-top: 0.3rem;
    padding: 0.2rem 25px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .wt_info .ul li {
    margin-top: 0.7rem;
    line-height: 1.3;
  }
}
.wt_info .ul li:hover {
  color: #2F61DF;
  background: #EAEFFC;
}
.wt_info .ul li:nth-child(1) {
  z-index: 2;
}
.wt_info .ul2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wt_info .ul2 li {
  width: 48%;
}
@media (max-width: 767px) {
  .wt_info .ul2 li {
    width: 100%;
  }
}
.wt_info .ul3 {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wt_info .ul3 li {
  padding: 0;
  width: 48%;
}
@media (max-width: 991px) {
  .wt_info .ul3 li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .wt_info .ul3 li {
    width: 100%;
  }
}
.wt_info .ul3 li a {
  display: block;
  color: #666;
}
.wt_info .ul3 li:hover {
  background-color: #EAEFFC;
}
.wt_info .ul3 li:hover a {
  color: #2F61DF;
}
.wt_info .biao {
  font-family: Regular;
  padding-bottom: 0.2rem;
}
.wt_info .biao span {
  color: #2F61DF;
  font-family: Montserrat;
}
.wt_info .biao2 {
  font-family: Regular;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}
.wt_info .biao2 span {
  color: #2F61DF;
  font-family: Montserrat;
}
.wt_info .tishi {
  color: #999999;
  font-size: 14px;
  padding-bottom: 0.2rem;
}
.wt_info .ul li:hover .nei_tan {
  display: block;
}
.wt_info .nei_tan {
  position: absolute;
  top: -0.6rem;
  right: -6rem;
  background: #fff;
  padding: 0.4rem;
  -moz-box-shadow: 0px 0px 25px rgba(47, 96, 233, 0.15);
  -webkit-box-shadow: 0px 0px 25px rgba(47, 96, 233, 0.15);
  box-shadow: 0px 0px 25px rgba(47, 96, 233, 0.15);
  width: 6rem;
  border-radius: 6px;
  text-align: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
@media (max-width: 991px) {
  .wt_info .nei_tan {
    top: -1.4rem;
    right: -4rem;
    z-index: 11;
    width: 7rem;
  }
}
@media (max-width: 767px) {
  .wt_info .nei_tan {
    top: 2.4rem;
    right: 0;
    width: 100%;
    padding: 1rem;
  }
}
.wt_info .nei_tan::after {
  position: absolute;
  top: 0;
  left: -12px;
  width: 12px;
  height: 100%;
  background: url(../images/bg_24.png) no-repeat left center;
  content: '';
}
@media (max-width: 767px) {
  .wt_info .nei_tan::after {
    top: -11px;
    left: 0;
    width: 100%;
    height: 12px;
    background: url(../images/bg_24-sel.png) no-repeat center center;
  }
}
.wt_info .nei_tan .title {
  text-align: left;
}
.wt_info .nei_tan .nei_b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #EEEEEE;
  padding: 4px;
  border-radius: 4px;
}
.wt_info .nei_tan .txt {
  width: 70%;
  height: 38px;
  line-height: 38px;
  border: 0;
  border-radius: 4px;
  padding-left: 10px;
}
.wt_info .nei_tan .btn {
  width: 24%;
  background: #2F61DF;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  height: 40px;
}
.wt_main2 {
  width: 80%;
  max-width: 9rem;
  padding: 1.2rem 0;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .wt_main2 {
    max-width: 9.5rem;
  }
}
@media (max-width: 1260px) {
  .wt_main2 {
    width: 80%;
    max-width: 80%;
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .wt_main2 {
    padding: 3rem 0;
    width: 90%;
    max-width: 90%;
  }
}
.wt_main2 .wt_info {
  justify-content: left;
}
.wt_main2 .shu .txt,
.wt_main2 .shu .select {
  border: 1px solid #EEEEEE;
}
.wt_main2 .shu .txt_desc {
  min-height: 2.6rem;
}
.wt_main2 .shu .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.wt_main2 .shu .yzm {
  border: 1px solid #EEEEEE;
  height: 46px;
  border-radius: 2px;
  width: 40%;
  background: #E6E6E6;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wt_main2 .shu .yzm {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.wt_main2 .shu .yzm .txt {
  padding-left: 15px;
  width: 70%;
  border: 0;
  background: no-repeat;
}
.wt_main2 .shu .yzm .txt:focus,
.wt_main2 .shu .yzm .txt:hover {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wt_main2 .shu .yzm .img_yzm {
  width: 30%;
  height: 46px;
  cursor: pointer;
}
.wt_main2 .shu .btn_tj {
  width: 140px;
  height: 46px;
  background: #2F61DF;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s;
}
.wt_main2 .shu .btn_tj span {
  font-size: 14px;
  padding-right: 25px;
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
.wt_main2 .shu .btn_tj:hover {
  background: #1E49BD;
}
/* 联系我们 */
.lx_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lx_one {
  width: 50%;
}
@media (max-width: 767px) {
  .lx_one {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.lx_one li {
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .lx_one li {
    padding-bottom: 1.2rem;
  }
}
.lx_one h4 {
  color: #111111;
  font-family: Regular;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lx_one h4 {
    padding-bottom: 0.2rem;
  }
}
.lx_one p {
  color: #656565;
  font-size: 14px;
  padding-top: 0.1rem;
}
.lx_one .a {
  width: 120px;
  line-height: 42px;
  display: inline-block;
  background: #2F61DF;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.lx_two {
  width: 48%;
}
@media (max-width: 767px) {
  .lx_two {
    width: 100%;
  }
}
.lx_three {
  width: 100%;
  height: 6rem;
}
@media (max-width: 991px) {
  .lx_three {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .lx_three {
    height: 16rem;
  }
}
/* 联系输入框 通用*/
.shu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shu li {
  width: 48.5%;
  margin-bottom: 0.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .shu li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.shu li:hover .bt {
  color: #2F61DF;
}
.shu li.li {
  width: 100%;
}
.shu li .bt {
  position: absolute;
  top: 0;
  left: 20px;
  color: #999999;
  line-height: 44px;
  font-size: 14px;
}
.shu .txt {
  width: 100%;
  border: 1px solid #F5F5F5;
  padding-left: 90px;
  height: 46px;
  line-height: 44px;
  background: #fff;
  border-radius: 5px;
  transition: 0.5s;
  color: #333;
}
.shu .txt:focus,
.shu .txt:hover {
  border: 1px solid #2F61DF;
  -moz-box-shadow: 0px 0px 25px rgba(47, 96, 233, 0.15);
  -webkit-box-shadow: 0px 0px 25px rgba(47, 96, 233, 0.15);
  box-shadow: 0px 0px 25px rgba(47, 96, 233, 0.15);
}
.shu .txt.txt1 {
  padding-left: 120px;
}
.shu .txt.txt_desc {
  height: 2rem;
  padding: 0.2rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .shu .txt.txt_desc {
    height: 150px;
    padding: 10px 15px;
  }
}
.shu .select {
  width: 100%;
  border: 1px solid #F5F5F5;
  padding-left: 20px;
  height: 46px;
  line-height: 44px;
  background: url(../images/bg_23.png) no-repeat right center #fff;
  border-radius: 5px;
  transition: 0.5s;
  color: #999999;
  text-align: left;
}
.shu .select:focus,
.shu .select:hover {
  border: 1px solid #2F61DF;
  -moz-box-shadow: 0px 0px 25px rgba(47, 96, 233, 0.15);
  -webkit-box-shadow: 0px 0px 25px rgba(47, 96, 233, 0.15);
  box-shadow: 0px 0px 25px rgba(47, 96, 233, 0.15);
}
.shu .title {
  line-height: 3;
}
.shu .p_lb {
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .shu .p_lb {
    padding-bottom: 1rem;
  }
}
.shu .p_lb label {
  color: #656565;
  cursor: pointer;
  margin-right: 0.4rem;
}
.shu .p_lb label input {
  margin-right: 6px;
  width: 15px;
  height: 15px;
  float: left;
  margin-top: 2px;
}
.shu .p_lb .lb {
  color: #999999;
  margin-right: 0;
}
.shu .p_lb .a {
  color: #2F61DF;
  margin-left: 6px;
  border-bottom: 1px solid #2F61DF;
  font-size: 14px;
}
.shu .btn {
  width: 120px;
  height: 46px;
  background: #2F61DF;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s;
}
.shu .btn:hover {
  background: #2F61DF;
}
.shu .btn_cz {
  background: #333333;
  margin-left: 0.2rem;
}
.shu .btn_cz:hover {
  background: #484848;
}
/* 我们的团队 */
.td_one {
  width: 5.8rem;
  max-width: 47%;
  border-radius: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .td_one {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
.td_one .left_swiper {
  border-radius: 6rem;
  overflow: hidden;
  width: 5.6rem;
  position: relative;
  z-index: 10;
}
.td_one .left_swiper .img {
  width: 5.6rem;
  height: 5.6rem;
}
@media (max-width: 767px) {
  .td_one .left_swiper {
    width: 12rem;
  }
  .td_one .left_swiper .img {
    width: 12rem;
    height: 12rem;
  }
}
.td_one .y1,
.td_one .y3 {
  position: absolute;
  top: 0.4rem;
  left: 0rem;
  z-index: 1;
  width: 0.9rem;
  height: 0.9rem;
  opacity: 0.6;
  background: #2F61DF;
  border-radius: 100px;
  transition: 0.5s;
}
.td_one .y2,
.td_one .y4 {
  position: absolute;
  bottom: 0;
  right: 0rem;
  z-index: 20;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/bg_25.png) no-repeat center center #2F61DF;
  background-size: 0.5rem;
  border-radius: 100px;
  transition: 0.5s;
}
.td_one .y3 {
  background: #65C11D;
}
.td_one .y4 {
  background: url(../images/bg_26.png) no-repeat center center #65C11D;
  background-size: 0.56rem;
}
.td_one:hover .y1,
.td_one:hover .y3 {
  top: 0.6rem;
  left: -0.2rem;
}
.td_one:hover .y2,
.td_one:hover .y4 {
  bottom: 0.2rem;
  right: -0.2rem;
}
@media (max-width: 767px) {
  .td_one .y1,
  .td_one .y3,
  .td_one .y2,
  .td_one .y4 {
    display: none;
  }
}
.td_two {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .td_two {
    margin: 0 -0.4rem;
  }
}
.td_two li {
  padding: 0.2rem;
  width: 33.333%;
}
@media (max-width: 767px) {
  .td_two li {
    width: 50%;
    padding: 0.4rem;
  }
}
.td_two .nei {
  position: relative;
  display: block;
  height: 3.3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .td_two .nei {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .td_two .nei {
    height: 6rem;
  }
}
.td_two .nei .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.td_two .nei .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.8rem;
  overflow: hidden;
  background: url(../images/bg_21.png) repeat-x left bottom;
  background-size: 100% 100%;
  transition: 0.5s;
  padding: 0 0.3rem;
  padding-top: 0.95rem;
  color: #fff;
}
@media (max-width: 991px) {
  .td_two .nei .text-box {
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .td_two .nei .text-box {
    height: 3.5rem;
  }
}
.td_two .nei .text-box .title,
.td_two .nei .text-box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.td_two .nei .text-box .desc {
  font-size: 14px;
}
.td_two .nei:hover .text-box {
  background: url(../images/bg_21-sel.png) repeat-x left bottom;
  background-size: 100% 100%;
}
/* Company */
.co_title {
  text-align: center;
  padding-bottom: 0.45rem;
  font-family: Regular;
}
@media (max-width: 767px) {
  .co_title {
    padding-bottom: 1rem;
  }
}
.co_desc {
  padding-bottom: 0.6rem;
  color: #656565;
  line-height: 1.8;
  margin: 0 auto;
  margin-top: -0.3rem;
  width: 100%;
  max-width: 75%;
  text-align: center;
}
@media (max-width: 991px) {
  .co_desc {
    max-width: 90%;
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .co_desc {
    max-width: 100%;
    padding-bottom: 1.5rem;
    line-height: 1.6;
  }
}
.co_one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .co_one {
    margin-top: -0.5rem;
  }
}
.co_one li {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .co_one li {
    width: 50%;
    padding-top: 1rem;
  }
}
.co_one .img-box {
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .co_one .img-box {
    padding-bottom: 0.5rem;
  }
}
.co_one .img-box img {
  height: 0.65rem;
}
@media (max-width: 991px) {
  .co_one .img-box img {
    height: 0.85rem;
  }
}
@media (max-width: 767px) {
  .co_one .img-box img {
    height: 1.8rem;
  }
}
.co_one .num {
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.co_one .desc {
  color: #333333;
}
.co_two {
  background: #fff;
  display: flex;
  padding: 0.5rem;
  border-radius: 6px;
  margin-top: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .co_two {
    padding: 1rem;
    margin-top: 2rem;
  }
}
.co_two .desc {
  max-width: 9.6rem;
  color: #656565;
  line-height: 2;
}
@media (max-width: 767px) {
  .co_two .desc {
    max-width: 75%;
    line-height: 1.6;
  }
}
.co_two .bo {
  padding-top: 0.55rem;
  background: url(../images/bg_27.jpg) no-repeat top center;
  background-size: 100%;
  width: 0.7rem;
  color: #2F61DF;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .co_two .bo {
    width: 50px;
    padding-top: 40px;
  }
}
.co_three {
  margin: 0 -0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .co_three {
    padding-bottom: 2.5rem;
  }
}
.co_three li {
  width: 50%;
  padding: 0 0.3rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .co_three li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .co_three li {
    margin-top: 0.3rem;
  }
}
.co_three .nei {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  padding: 0.6rem;
  padding-bottom: 0;
  justify-content: space-between;
  display: flex;
  padding-right: 0;
}
@media (max-width: 767px) {
  .co_three .nei {
    padding: 1rem;
    display: block;
  }
}
.co_three .nei .img {
  width: 2.65rem;
}
@media (max-width: 991px) {
  .co_three .nei .img {
    width: 4rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .co_three .nei .img {
    max-width: 100%;
    width: auto;
    margin-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .co_three .nei .text-box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .co_three .nei .text-box {
    width: 100%;
  }
}
.co_three .nei .text-box .name {
  font-family: Regular;
}
.co_three .nei .text-box .zhi {
  color: #2F61DF;
  border: 2px solid #2F61DF;
  padding: 0 8px;
  border-radius: 6px;
  margin-left: 5px;
}
.co_three .nei .text-box .desc {
  color: #999999;
  font-size: 14px;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .co_three .nei .text-box .desc {
    width: 110%;
  }
}
.co_three .nei .text-box dl dd {
  width: 100%;
  padding-top: 0.1rem;
  color: #656565;
  font-size: 13px;
}
@media (max-width: 767px) {
  .co_three .nei .text-box dl dd {
    padding-top: 0.4rem;
  }
}
@media (max-width: 991px) {
  .co_three .nei .text-box dl {
    margin-bottom: 0.6rem;
  }
}
.c_four {
  background: #fff;
}
.c_four .desc {
  margin: 0 auto;
  width: 100%;
  max-width: 9.6rem;
  line-height: 2;
  text-align: center;
  color: #656565;
  margin-top: -0.3rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .c_four .desc {
    max-width: 80%;
    margin-top: 0;
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .c_four .desc {
    max-width: 90%;
    padding-bottom: 1.8rem;
  }
}
.c_four .bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c_four .bottom dl {
  margin: 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .c_four .bottom dl {
    margin-bottom: 1.5rem;
  }
}
.c_four .bottom dt img {
  height: 0.6rem;
}
@media (max-width: 991px) {
  .c_four .bottom dt img {
    height: 0.9rem;
  }
}
@media (max-width: 767px) {
  .c_four .bottom dt img {
    height: 1.8rem;
  }
}
.c_four .bottom dd {
  line-height: 1.2;
  color: #656565;
  padding-left: 0.3rem;
}
@media (max-width: 991px) {
  .c_four .bottom dd {
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c_four .bottom dd {
    padding-left: 1rem;
  }
}
.c_four .bottom dd strong {
  color: #333;
  font-family: Microsoft YaHei;
  position: relative;
}
.c_four .bottom dd strong i {
  font-style: normal;
}
.c_four .bottom dd span {
  color: #333;
  font-weight: bold;
  font-family: Microsoft YaHei;
  position: absolute;
  top: 5px;
  line-height: 1;
  right: -15px;
}
.c_four .bg_img {
  text-align: right;
  margin-top: -1rem;
}
.c_four .bg_img img {
  height: 3.2rem;
}
@media (max-width: 991px) {
  .c_four .bg_img img {
    height: 4rem;
  }
}
.c_five {
  position: relative;
}
.c_five .ul {
  width: 100%;
  margin: 0 -0.28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c_five .ul {
    justify-content: flex-start;
  }
}
.c_five .ul li {
  width: 16.666%;
}
@media (max-width: 991px) {
  .c_five .ul li {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .c_five .ul li {
    width: 33.33%;
  }
}
.c_five .ul li p {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  padding: 0 0.28rem;
}
@media (max-width: 991px) {
  .c_five .ul li p {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .c_five .ul li p {
    height: 7rem;
  }
}
.c_five .ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c_five .bottom {
  text-align: center;
}
.c_five .bottom .t_more {
  border: 1px solid #2F61DF;
}
.c_five .bottom .t_more span {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
  opacity: 1;
}
.c_five .bottom .t_more:hover {
  background: #2F61DF;
}
.c_five .bottom .t_more:hover span {
  color: #fff;
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
.c_five .ul_type {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .c_five .ul_type {
    width: 100%;
    position: static;
    padding-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .c_five .ul_type ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.c_five .ul_type li {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/bg_22.jpg) no-repeat right center;
  background-size: 2px 0;
  transition: 0.5s;
  cursor: pointer;
}
.c_five .ul_type li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c_five .ul_type li {
    width: 30px;
    height: 30px;
    margin: 0 0.5rem 0;
    background-position: center bottom;
    background-size: 0 2px;
  }
  .c_five .ul_type li img {
    width: 20px;
  }
}
.c_five .ul_type .sel {
  background-size: 2px 100%;
}
@media (max-width: 767px) {
  .c_five .ul_type .sel {
    background-size: 100% 2px;
  }
}
@media (max-width: 767px) {
  .commBox {
    padding-top: 1.5rem;
  }
}
.c_six {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c_six {
    padding-bottom: 2rem;
  }
}
.c_six::after {
  content: '';
  position: absolute;
  top: -0.2rem;
  right: 0.6rem;
  z-index: 30;
  width: 0.77rem;
  height: 0.71rem;
  background: url(../images/bg_28.png) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .c_six::after {
    width: 35px;
    height: 40px;
    top: -15px;
  }
}
.c_six .swiper-pagination {
  bottom: 0;
}
.c_six .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  overflow: hidden;
  height: 3px;
  background-color: #DDDDDD;
  opacity: 1;
  border-radius: 6px;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .c_six .swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
  }
}
.c_six .swiper-pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #2F61DF;
  width: 0;
  content: '';
  animation: dong 3.8s;
}
@keyframes dong {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.c_six_swiper {
  width: 100%;
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.c_six_swiper .swiper-slide {
  display: flex;
  padding: 0.7rem;
  padding-left: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .c_six_swiper .swiper-slide {
    flex-wrap: wrap;
    padding: 1.5rem;
  }
}
.c_six_swiper .img-box {
  width: 29%;
  text-align: center;
}
@media (max-width: 767px) {
  .c_six_swiper .img-box {
    width: 100%;
  }
}
.c_six_swiper .img-box img {
  max-width: 80%;
}
@media (max-width: 767px) {
  .c_six_swiper .img-box img {
    max-height: 60px;
  }
}
.c_six_swiper .text-box {
  width: 71%;
}
@media (max-width: 767px) {
  .c_six_swiper .text-box {
    width: 100%;
  }
}
.c_six_swiper .text-box .title {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .c_six_swiper .text-box .title {
    line-height: 1.2;
    font-size: 18px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.c_six_swiper .text-box .desc {
  line-height: 1.8;
  color: #656565;
}
@media (max-width: 767px) {
  .c_six_swiper .text-box .desc {
    line-height: 1.5;
  }
}
.co_seven {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.co_seven li {
  width: 20%;
  height: 1.6rem;
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .co_seven li {
    width: 50%;
    height: 4rem;
  }
}
.co_seven li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 1px;
  height: 90%;
  background: #EEEEEE;
}
.co_seven li::after {
  content: '';
  position: absolute;
  left: 5%;
  top: 00%;
  width: 90%;
  height: 1px;
  background: #EEEEEE;
}
.co_seven li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.co_seven li a img {
  max-width: 80%;
}
/* 方案详情 fa */
.fa_one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .fa_one {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .fa_one {
    padding-top: 3rem;
  }
}
.fa_one .text-box {
  width: 50%;
}
@media (max-width: 991px) {
  .fa_one .text-box {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .fa_one .text-box {
    width: 100%;
  }
}
.fa_one .text-box .title {
  line-height: 1.3;
}
.fa_one .text-box .title span {
  color: #2F61DF;
}
@media (max-width: 991px) {
  .fa_one .text-box .title {
    line-height: 1.2;
    width: 150%;
    position: relative;
    z-index: 11;
  }
}
@media (max-width: 767px) {
  .fa_one .text-box .title {
    width: 100%;
    font-size: 18px;
  }
}
.fa_one .text-box .desc {
  margin: 0.45rem 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .fa_one .text-box .desc {
    margin: 0.9rem 0;
  }
}
.fa_one .text-box .bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fa_one .text-box .bottom {
    flex-wrap: wrap;
  }
}
.fa_one .text-box .bottom dd {
  width: 48%;
  background: #fff;
  border-radius: 4px;
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fa_one .text-box .bottom dd {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem 0;
  }
}
.fa_one .text-box .bottom .ll {
  padding: 0 0.4rem;
}
@media (max-width: 767px) {
  .fa_one .text-box .bottom .ll {
    text-align: center;
    width: 6rem;
  }
}
.fa_one .text-box .bottom .ll img {
  height: 0.59rem;
}
@media (max-width: 767px) {
  .fa_one .text-box .bottom .ll img {
    height: 2rem;
  }
}
.fa_one .text-box .bottom .rr {
  line-height: 1.2;
}
.fa_one .text-box .bottom .rr strong {
  font-family: Arial;
}
.fa_one .text-box .bottom .rr i {
  font-style: normal;
  font-size: 12px;
}
.fa_one .img-box {
  max-width: 45%;
}
@media (max-width: 767px) {
  .fa_one .img-box {
    max-width: 100%;
    width: 100%;
  }
}
.fa_one .img-box img {
  max-width: 120%;
  margin-right: -20%;
}
@media (max-width: 767px) {
  .fa_one .img-box img {
    max-width: 100%;
    margin-right: 0%;
  }
}
.fa_two {
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .fa_two {
    padding: 3rem 0;
  }
}
.fa_two .title {
  text-align: center;
}
@media (max-width: 767px) {
  .fa_two .title {
    line-height: 1.2;
  }
}
.fa_two .ul_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.4rem 0;
}
@media (max-width: 767px) {
  .fa_two .ul_nav {
    padding: 1.5rem 0;
  }
}
.fa_two .ul_nav li {
  color: #999999;
  line-height: 3;
  margin: 0 0.3rem;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .fa_two .ul_nav li {
    margin: 0 10px;
    line-height: 1.5;
  }
}
.fa_two .ul_nav li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #2F61DF;
  transition: 0.5s;
}
.fa_two .ul_nav li.sel {
  color: #2F61DF;
}
.fa_two .ul_nav li.sel::after {
  width: 100%;
}
.fa_two .ul_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .fa_two .ul_list li {
    flex-wrap: wrap;
  }
}
.fa_two .ul_list .img-box {
  width: 33%;
  position: relative;
  height: 3.15rem;
}
@media (max-width: 767px) {
  .fa_two .ul_list .img-box {
    width: 100%;
    height: 9rem;
  }
}
.fa_two .ul_list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  position: relative;
  z-index: 10;
}
.fa_two .ul_list .img-box::after {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 80%;
  height: 80%;
  background: #2F61DF;
  border-radius: 5px;
  content: '';
  transition: 0.8s;
  opacity: 0;
}
.fa_two .ul_list .img-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.fa_two .ul_list .text-box {
  width: 61%;
}
@media (max-width: 767px) {
  .fa_two .ul_list .text-box {
    width: 100%;
    padding-top: 1.5rem;
  }
}
.fa_two .ul_list .text-box .title {
  text-align: left;
  margin-bottom: 0.2rem;
}
.fa_two .ul_list .text-box .desc {
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #656565;
}
.fa_three {
  background: #E8E7E8;
  padding-bottom: 0.2rem;
}
.fa_three .title {
  text-align: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .fa_three .title {
    padding-bottom: 1rem;
  }
}
.fa_four .title {
  text-align: center;
}
.fa_four .ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .fa_four .ul {
    flex-wrap: wrap;
    margin: 0 -0.3rem;
  }
}
.fa_four .ul li {
  width: 25%;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .fa_four .ul li {
    width: 50%;
    padding: 0.3rem;
  }
}
.fa_four .ul li .nei {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.2rem;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  color: #111111;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .fa_four .ul li .nei {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .fa_four .ul li .nei {
    height: 8rem;
  }
}
.fa_four .ul li .nei:hover {
  color: #2F61DF;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.fa_four .ul li .img-box {
  padding-bottom: 0.35rem;
}
.fa_four .ul li .img-box img {
  height: 0.8rem;
}
@media (max-width: 991px) {
  .fa_four .ul li .img-box img {
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .fa_four .ul li .img-box img {
    height: 1.6rem;
  }
}
.fa_four .ul li h3 {
  height: 0.6rem;
}
@media (max-width: 991px) {
  .fa_four .ul li h3 {
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .fa_four .ul li h3 {
    height: auto;
  }
}
.fa_five .title {
  text-align: center;
}
.fa_five .list {
  display: flex;
  justify-content: center;
}
.fa_five li {
  text-align: center;
}
.fa_five li .img-box img {
  height: 2.8rem;
}
@media (max-width: 767px) {
  .fa_five li .img-box img {
    height: 5.5rem;
  }
}
.fa_five li h3 {
  color: #333333;
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .fa_five li h3 {
    padding-top: 0.6rem;
  }
}
.fa_five li a:hover h3 {
  color: #2F61DF;
}
/* 产品详情 */
.pro_banner {
  height: 6.8rem;
}
@media (max-width: 991px) {
  .pro_banner {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .pro_banner {
    height: 19rem;
  }
}
.pro_banner .nei .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .pro_banner .nei .container .text-box {
    width: 70%;
  }
}
.pro_banner .nei .container .text-box .title {
  color: #111111;
  padding-bottom: 0.3rem;
}
.pro_banner .nei .container .text-box .desc {
  color: #656565;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .pro_banner .nei .container .text-box .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.pro_banner .nei .container .text-box .more {
  color: #2F61DF;
  border: 1px solid #2F61DF;
}
.pro_banner .nei .container .img-box img {
  opacity: 1;
  max-width: 5rem;
}
@media (max-width: 991px) {
  .pro_banner .nei .container .img-box img {
    max-width: 7rem;
  }
}
@media (max-width: 767px) {
  .pro_banner .nei .container .img-box img {
    max-width: 6rem;
  }
}
.pro_wei {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  color: #999999;
}
@media (max-width: 767px) {
  .pro_wei {
    border-top: 0;
  }
}
.pro_wei a {
  color: #999999;
}
.pro_wei a:hover {
  color: #fff;
}
.pro_wei .zhu {
  background: url(../images/zhu2.png) no-repeat left center;
}
.pro_wei .zhu:hover {
  background: url(../images/bg_12.png) no-repeat left center;
}
.pro_one {
  border: 10px solid #f5f5f5;
  border-radius: 0;
}
.pro_one .swiper-slide .img {
  display: block;
}
@media (max-width: 767px) {
  .pro_one .swiper-slide .img {
    height: 16rem;
  }
}
.pro_one .swiper-pagination {
  bottom: 30px;
}
.pro_one .swiper-pagination .swiper-pagination-bullet {
  background: #E5E5E5;
  opacity: 1;
}
.pro_one .swiper-pagination .swiper-pagination-bullet-active {
  background: no-repeat;
}
.pro_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro_two li {
  width: 47.5%;
  position: relative;
}
@media (max-width: 767px) {
  .pro_two li {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .pro_two li:last-child {
    margin-bottom: 0;
  }
}
.pro_two li .nei {
  width: 100%;
  display: block;
  position: relative;
}
.pro_two .img-box {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .pro_two .img-box {
    height: 8rem;
  }
}
.pro_two .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.pro_two .text-box {
  padding: 0.35rem;
  position: relative;
  text-align: center;
  padding-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .pro_two .text-box {
    padding: 0.5rem 0.35rem;
  }
}
@media (max-width: 767px) {
  .pro_two .text-box {
    padding: 1rem 0.35rem;
  }
}
.pro_two .text-box .title,
.pro_two .text-box .desc {
  color: #333;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.pro_two .text-box .desc {
  margin-top: 0.05rem;
  color: #656565;
}
.pro_two .text-box::before {
  background: #EDEDED;
  height: 4px;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  transition: 0.5s;
  position: absolute;
}
.pro_two .text-box::after {
  bottom: 0;
  left: 0;
  width: 0;
  background: #2F61DF;
  content: '';
  transition: 0.5s;
  position: absolute;
  height: 4px;
  border-radius: 5px;
}
.pro_two .num {
  position: absolute;
  color: #DDDDDD;
  right: 0.3rem;
  top: -0.6rem;
  font-family: "Arial";
  font-weight: bold;
  z-index: 11;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .pro_two .num {
    top: -0.9rem;
  }
}
@media (max-width: 767px) {
  .pro_two .num {
    top: -1.5rem;
    right: 1rem;
  }
}
.pro_two a:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.pro_two a:hover .text-box .title {
  color: #2F61DF;
}
.pro_two a:hover .text-box::after {
  width: 100%;
}
.pro_two a:hover .num {
  color: #2F61DF;
}
model-viewer {
  width: 100%;
  height: 100%;
}
.pro_three {
  background: url(../images/xq6.jpg);
  background-size: cover;
  color: #fff;
}
.pro_three .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .pro_three .info {
    margin-bottom: 0.5rem;
  }
}
.pro_three .info .text-box {
  width: 45%;
}
@media (max-width: 991px) {
  .pro_three .info .text-box {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .pro_three .info .text-box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.pro_three .info .text-box .title {
  line-height: 1.3;
}
.pro_three .info .text-box .desc {
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .pro_three .info .text-box .desc {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
}
.pro_three .info .text-box .t_more {
  border: 0;
  background-image: linear-gradient(to right, #4E7EE6, #2F61DF);
}
.pro_three .info .text-box .t_more span {
  color: #fff;
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
.pro_three .info .text-box .t_more:hover {
  background-image: linear-gradient(to right, #2F61DF, #2F61DF);
}
.pro_three .info .model-box {
  width: 4.5rem;
  height: 4.5rem;
}
@media (max-width: 991px) {
  .pro_three .info .model-box {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .pro_three .info .model-box {
    width: 100%;
    height: 16rem;
  }
}
.pro_three .list {
  margin: 0 -0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.3rem;
}
@media (max-width: 991px) {
  .pro_three .list {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 767px) {
  .pro_three .list {
    margin: 0;
    margin-top: 1rem;
  }
}
.pro_three .list li {
  padding: 0.5rem;
  width: 33.33%;
  color: #fff;
}
@media (max-width: 991px) {
  .pro_three .list li {
    padding: 0.5rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .pro_three .list li {
    width: 100%;
    padding: 0.9rem 0;
  }
}
.pro_three .list .top {
  display: flex;
  align-items: center;
}
.pro_three .list .top span {
  width: 0.55rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .pro_three .list .top span {
    width: 50px;
  }
}
.pro_three .list .top span img {
  height: 0.34rem;
}
@media (max-width: 991px) {
  .pro_three .list .top span img {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .pro_three .list .top span img {
    height: 25px;
  }
}
.pro_three .list .top .title {
  color: #fff;
}
.pro_three .list .desc {
  padding-left: 0.55rem;
  padding-top: 0.2rem;
  color: #CBCBCB;
  line-height: 1.8;
  font-size: 14px;
}
@media (max-width: 991px) {
  .pro_three .list .desc {
    padding-left: 50px;
    line-height: 1.6;
  }
}
.pro_four {
  position: relative;
  background: #fff;
  padding-bottom: 1.6rem;
}
@media (max-width: 991px) {
  .pro_four {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .pro_four {
    padding-bottom: 5rem;
  }
}
.pro_four .container {
  flex-direction: column;
  text-align: center;
}
.pro_four .container .desc {
  color: #666;
}
.pro_four .swiper-slide {
  margin-top: 0.46rem;
  width: 10rem;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .pro_four .swiper-slide {
    width: 12rem;
  }
}
@media (max-width: 767px) {
  .pro_four .swiper-slide {
    width: 80%;
  }
}
.pro_four .swiper-slide-active {
  opacity: 1;
}
.pro_four .swiper-slide-active .nei .text-box {
  opacity: 1;
}
.pro_four .nei {
  display: block;
  width: 100%;
  height: 6rem;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .pro_four .nei {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .pro_four .nei {
    height: 10rem;
  }
}
.pro_four .nei .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_four .nei .text-box {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background: url(../images/bg_21.png) repeat-x left top;
  background-size: 100% 100%;
  z-index: 11;
  padding: 0.5rem 0.5rem 0.75rem;
  color: #fff;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .pro_four .nei .text-box {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .pro_four .nei .text-box {
    height: 8rem;
    padding: 1rem 1rem 1.3rem;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .pro_four .nei .text-box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.pro_four .nei .text-box .desc {
  padding: 0.1rem 0 0.2rem 0;
}
@media (max-width: 767px) {
  .pro_four .nei .text-box .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.pro_four .nei .text-box .t_more {
  border: 1px solid #fff;
  transition: 0.5s;
}
.pro_four .nei .text-box .t_more span {
  color: #fff;
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
.pro_four .nei .text-box .t_more:hover {
  background: #2F61DF;
  border: 1px solid #2F61DF;
}
.pro_four .container {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 9.5rem;
}
@media (max-width: 767px) {
  .pro_four .container {
    max-width: 75%;
  }
}
.pro_four .container .swiper-button-next,
.pro_four .container .swiper-button-prev {
  top: -3.1rem;
  opacity: 0.6;
}
.pro_four .container .swiper-button-next:hover,
.pro_four .container .swiper-button-prev:hover {
  opacity: 0.9;
}
@media (max-width: 991px) {
  .pro_four .container .swiper-button-next,
  .pro_four .container .swiper-button-prev {
    top: -3.7rem;
  }
}
@media (max-width: 767px) {
  .pro_four .container .swiper-button-next,
  .pro_four .container .swiper-button-prev {
    top: -5rem;
  }
}
.pro_four .container .swiper-button-next {
  background: url(../images/next.png) no-repeat center center;
}
.pro_four .container .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center center;
}
.pro_four .swiper-pagination {
  width: 100%;
  padding-top: 20px;
}
.pro_four .swiper-pagination .swiper-pagination-bullet {
  background: #E7E7E7;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.pro_four .swiper-pagination .swiper-pagination-bullet-active {
  border: 3px solid #2F61DF;
  background: none;
}
.pro_five .title {
  text-align: center;
  padding-bottom: 0.4rem;
}
.pro_five .nei {
  background: #fff;
  padding: 0.5rem;
  border-radius: 4px;
  padding-bottom: 0.2rem;
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .pro_five .nei {
    margin-top: 1rem;
  }
}
.pro_five .neiW {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.pro_five .neiW .neiBar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  .pro_five .neiW .neiBar {
    display: block;
  }
}
.pro_five .neiW .neiBar .list .bottom dt {
  width: 100%;
}
.pro_five .cp_ul {
  padding-left: 20%;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .pro_five .cp_ul {
    padding-left: 40%;
    width: 200%;
  }
}
.pro_five .cp_ul li {
  width: 20%;
  min-height: 10px;
  text-align: center;
}
.pro_five .cp_ul li .img {
  width: 2.1rem;
  height: 2.1rem;
  object-fit: cover;
}
.pro_five .list {
  width: 100%;
}
@media (max-width: 767px) {
  .pro_five .list {
    width: 200%;
  }
}
.pro_five .list li {
  margin-bottom: 2px;
}
.pro_five .list .top {
  cursor: pointer;
  line-height: 0.6rem;
  background: #F5F5F5;
  border-radius: 3px;
  padding-left: 0.3rem;
}
@media (max-width: 991px) {
  .pro_five .list .top {
    line-height: 1.2rem;
  }
}
.pro_five .list .top span {
  background: url(../images/cp8.png) no-repeat right;
  padding-right: 25px;
  font-family: Regular;
}
.pro_five .list .bottom {
  width: 100%;
  padding: 0.2rem 0;
}
.pro_five .list .bottom dl {
  width: 100%;
  display: flex;
  margin: 0.14rem 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  .pro_five .list .bottom dl {
    margin: 0.2rem 0;
  }
}
.pro_five .list .bottom dt {
  flex-shrink: 0;
  width: 20%;
  color: #999999;
  padding-left: 0.3rem;
}
.pro_five .list .bottom dd {
  padding: 0 0.3rem;
  flex: 1;
  color: #656565;
  text-align: center;
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
}
.pro_five .list .hidden .top span {
  background-image: url(../images/cp9.png);
}
.pro_five .list .hidden .bottom {
  display: none;
}
/*  */
.mk_wei .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mk_wei .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .mk_wei {
    height: auto;
  }
}
.mk_wei .rr {
  color: #111111;
  padding-left: 50px;
  background: url(../images/bg_22.jpg) no-repeat left center;
  background-size: 40px 2px;
}
@media (max-width: 767px) {
  .mk_wei .rr {
    margin: 1rem 0;
  }
}
.re_list .top {
  cursor: pointer;
}
.re_list .top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}
.re_list .num {
  position: absolute;
  bottom: 0;
  background: url(../images/bg_21.png) repeat-x left bottom;
  background-size: 100% 100%;
  height: 1.8rem;
  padding-top: 0.8rem;
  left: 0;
  color: #D3D3D3;
  text-align: center;
  font-family: Arial;
  width: 100%;
}
@media (max-width: 991px) {
  .re_list .num {
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .re_list .num {
    height: 4.5rem;
  }
}
.re_list .num strong {
  color: #fff;
  font-weight: normal;
}
.tan_huodong {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tan_huodong .main {
  width: 9.6rem;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .tan_huodong .main {
    width: 14rem;
  }
}
@media (max-width: 767px) {
  .tan_huodong .main {
    width: 75%;
    flex-wrap: wrap;
  }
}
.tan_huodong .big_imgLB {
  width: 80%;
  margin-bottom: 0.2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .tan_huodong .big_imgLB {
    width: 100%;
  }
}
.tan_huodong .big_imgLB .nei {
  width: 100%;
  height: 5.4rem;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .tan_huodong .big_imgLB .nei {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .tan_huodong .big_imgLB .nei {
    height: 10rem;
  }
}
.tan_huodong .big_imgLB .nei img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.tan_huodong .big_imgLB .nei .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  padding: 0.5rem 0.4rem;
  color: #fff;
  background: url(../images/bg_21.png) no-repeat left top;
  background-size: 100% 100%;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .tan_huodong .big_imgLB .nei .text-box {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .tan_huodong .big_imgLB .nei .text-box {
    height: auto;
    flex-wrap: wrap;
    padding: 1rem 0.8rem;
    padding-top: 1.5rem;
  }
}
.tan_huodong .big_imgLB .nei .text-box .ll {
  color: #fff;
  max-width: 60%;
}
@media (max-width: 767px) {
  .tan_huodong .big_imgLB .nei .text-box .ll {
    max-width: 100%;
  }
}
.tan_huodong .big_imgLB .nei .text-box .ll .title {
  width: 100%;
}
@media (max-width: 991px) {
  .tan_huodong .big_imgLB .nei .text-box .ll .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tan_huodong .big_imgLB .nei .text-box .ll .title {
    font-size: 15px;
  }
}
.tan_huodong .big_imgLB .nei .text-box .ll .desc {
  font-size: 14px;
}
.tan_huodong .big_imgLB .nei .text-box .ll .desc span {
  color: #2F61DF;
}
.tan_huodong .big_imgLB .nei .text-box .a {
  width: 1.4rem;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  background: #2F61DF;
  padding: 0;
}
@media (max-width: 991px) {
  .tan_huodong .big_imgLB .nei .text-box .a {
    width: 100px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .tan_huodong .big_imgLB .nei .text-box .a {
    width: 100px;
    line-height: 34px;
    margin-top: 0.5rem;
  }
}
.tan_huodong .thumbs_lb {
  width: 17%;
  height: 5.4rem;
  margin: 0;
}
@media (max-width: 991px) {
  .tan_huodong .thumbs_lb {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .tan_huodong .thumbs_lb {
    width: 100%;
    height: 50px;
    margin-top: 10px;
  }
}
.tan_huodong .thumbs_lb img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
}
.tan_huodong .thumbs_lb .swiper-slide-thumb-active img {
  border: 3px solid #2F61DF;
}
.tan_huodong .next,
.tan_huodong .prev {
  position: absolute;
  top: 40%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: 宋体;
  cursor: pointer;
  font-weight: bold;
  z-index: 50;
}
@media (max-width: 991px) {
  .tan_huodong .next,
  .tan_huodong .prev {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .tan_huodong .next,
  .tan_huodong .prev {
    width: 35px;
    height: 35px;
  }
}
.tan_huodong .next:hover,
.tan_huodong .prev:hover {
  color: #fff;
  background: #2F61DF;
}
.tan_huodong .next {
  left: -80px;
}
@media (max-width: 991px) {
  .tan_huodong .next {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .tan_huodong .next {
    left: -45px;
  }
}
.tan_huodong .prev {
  right: -80px;
}
@media (max-width: 991px) {
  .tan_huodong .prev {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .tan_huodong .prev {
    right: -45px;
  }
}
.tan_huodong .close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
.tan_huodong .close:after,
.tan_huodong .close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
.tan_huodong .close:hover {
  background: #0393CD;
}
.tan_huodong .close:hover:after,
.tan_huodong .close:hover:before {
  background: #fff;
}
.tan_huodong .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tan_huodong .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*加盟 中 */
.jm_one {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 991px) {
  .jm_one {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .jm_one {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.jm_one .nei {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0.6rem 1rem;
  border-radius: 5px;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .jm_one .nei {
    padding: 1rem;
  }
}
.jm_one .nei .title {
  text-align: center;
  padding-bottom: 0.3rem;
}
.jm_one .nei .desc {
  color: #656565;
  line-height: 1.8;
}
.jm_one .nei::before,
.jm_one .nei::after {
  content: '';
  position: absolute;
  width: 0.57rem;
  height: 0.42rem;
}
@media (max-width: 991px) {
  .jm_one .nei::before,
  .jm_one .nei::after {
    width: 0.8rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .jm_one .nei::before,
  .jm_one .nei::after {
    width: 1.2rem;
    height: 1rem;
  }
}
.jm_one .nei::before {
  left: 0.5rem;
  top: -0.3rem;
  background: url(../images/jm2.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .jm_one .nei::before {
    top: -0.6rem;
  }
}
.jm_one .nei::after {
  right: 0.5rem;
  bottom: -0.25rem;
  background: url(../images/jm3.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .jm_one .nei::after {
    bottom: -0.6rem;
  }
}
.jm_one .bottom {
  text-align: center;
  padding-top: 0.4rem;
}
@media (max-width: 991px) {
  .jm_one .bottom {
    padding-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .jm_one .bottom {
    padding-top: 1.5rem;
  }
}
.jm_one .bottom .t_more {
  color: #999999;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .jm_one .bottom .t_more {
    margin: 0 5px;
  }
}
.jm_one .bottom .t_more:hover {
  color: #2F61DF;
}
.jm_title {
  font-family: Regular;
  padding-bottom: 0.4rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .jm_title {
    line-height: 1.2;
  }
}
.jm_two {
  border-radius: 200px;
  padding: 0.5rem;
  -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 991px) {
  .jm_two {
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .jm_two {
    flex-wrap: wrap;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 0;
    overflow: visible;
  }
}
.jm_two li {
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
}
@media (max-width: 991px) {
  .jm_two li {
    width: 1.7rem;
  }
}
@media (max-width: 767px) {
  .jm_two li {
    width: 100%;
    margin-top: 1rem;
    height: auto;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 50px;
    padding: 10px;
  }
}
.jm_two li.sel {
  width: calc(100% - 5rem);
}
@media (max-width: 991px) {
  .jm_two li.sel {
    width: calc(100% - 6rem);
  }
}
@media (max-width: 767px) {
  .jm_two li.sel {
    width: 100%;
  }
}
.jm_two li.sel .img-box {
  background: #2F61DF;
}
.jm_two li.sel .img-box .img1 {
  display: none;
}
.jm_two li.sel .img-box .img2 {
  display: inline-block;
}
.jm_two li.sel .img-box p {
  display: none;
}
.jm_two li.sel .text-box {
  display: block;
}
.jm_two .img-box {
  cursor: pointer;
  transition: 0.5s;
  width: 1.3rem;
  height: 1.3rem;
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  position: relative;
}
@media (max-width: 991px) {
  .jm_two .img-box {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .jm_two .img-box {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.jm_two .img-box img {
  height: 0.6rem;
}
@media (max-width: 991px) {
  .jm_two .img-box img {
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .jm_two .img-box img {
    height: 1.5rem;
  }
}
.jm_two .img-box .img1 {
  display: inline-block;
}
.jm_two .img-box .img2 {
  display: none;
}
.jm_two .img-box p {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .jm_two .img-box p {
    display: none;
  }
}
.jm_two .text-box {
  padding-right: 0.4rem;
  width: calc(100% - 1.8rem);
  display: none;
}
@media (max-width: 991px) {
  .jm_two .text-box {
    width: calc(100% - 2.4rem);
  }
}
@media (max-width: 767px) {
  .jm_two .text-box {
    width: calc(100% - 5.5rem);
    display: block;
  }
}
.jm_two .text-box .tit {
  font-family: Regular;
  padding-bottom: 0.1rem;
  line-height: 1.2;
  font-weight: bold;
  width: 200px;
}
.jm_two .text-box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #656565;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .jm_two .text-box .desc {
    -webkit-line-clamp: 2;
  }
}
.jm_three {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
.jm_three li {
  width: 1.9rem;
  height: 2.19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/jm8.png) no-repeat center center;
  background-size: 100% 100%;
  color: #656565;
  margin-left: -1px;
  transition: 0.5s;
  margin-top: -0.55rem;
  text-align: center;
}
@media (max-width: 991px) {
  .jm_three li {
    width: 2.2rem;
    height: 2.54rem;
    margin-top: -0.62rem;
  }
}
@media (max-width: 767px) {
  .jm_three li {
    width: 100px;
    height: 115px;
    margin-top: 0;
  }
}
.jm_three li:hover {
  background: url(../images/jm8-sel.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
  z-index: 11;
}
.jm_three .li {
  width: 100%;
  height: 0px;
  background: none;
}
.jm_four {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
@media (max-width: 767px) {
  .jm_four {
    margin-top: 0.6rem;
  }
}
.jm_four li {
  width: 16.666%;
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  height: 1.2rem;
}
@media (max-width: 767px) {
  .jm_four li {
    width: 33.333%;
    height: 60px;
  }
}
.jm_four li img {
  max-width: 100%;
  max-height: 100%;
}
.jm_four li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .jm_four li a {
    padding: 0.6rem;
  }
}
.jm_five {
  position: relative;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .jm_five {
    padding: 1rem;
  }
}
.jm_five .nei {
  display: block;
  width: 100%;
  height: 4rem;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .jm_five .nei {
    height: 8rem;
  }
}
.jm_five img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.jm_five .swiper-button-next,
.jm_five .swiper-button-prev {
  height: 54px;
  width: 30px;
}
@media (max-width: 991px) {
  .jm_five .swiper-button-next,
  .jm_five .swiper-button-prev {
    width: 20px;
  }
}
.jm_five .swiper-button-next {
  right: -0.85rem;
  background: url(../images/next2.png) no-repeat center center;
  background-size: 100%;
}
.jm_five .swiper-button-prev {
  left: -0.85rem;
  background: url(../images/prev2.png) no-repeat center center;
  background-size: 100%;
}
/* 加盟 英文 par */
.par_banner .nei .desc {
  margin: 0.3rem 0;
}
.par_one {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 0.4rem;
  padding-top: 0.1rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .par_one {
    margin-bottom: 1rem;
  }
}
.par_one li {
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .par_one li {
    padding: 0 0.4rem;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .par_one li {
    width: 50%;
    margin-top: 1rem;
  }
}
.par_one li img {
  height: 0.62rem;
}
@media (max-width: 991px) {
  .par_one li img {
    height: 0.9rem;
  }
}
@media (max-width: 767px) {
  .par_one li img {
    height: 1.6rem;
    margin-right: 0.6rem;
  }
}
.par_one dl {
  padding-left: 0.2rem;
  line-height: 1;
}
.par_one dl .num {
  font-family: Arial;
}
.par_one dl dt {
  font-weight: bold;
}
.ditu {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .ditu {
    overflow: hidden;
  }
}
.ditu .img_dt {
  width: 100%;
}
.ditu .x-pp {
  position: absolute;
  width: 48px;
}
.ditu .x-pp .x-app {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2F61DF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ditu .x-pp .x-app .x-d1 {
  flex: 0 0 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(47, 97, 233, 0.4);
  border: 1px solid #2F61DF;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
  position: absolute;
  top: -17.5px;
  left: -17.5px;
}
.ditu .x-pp p {
  position: absolute;
  bottom: -55px;
  left: -18px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.ditu .x-pp.x-a1 {
  top: 35%;
  left: 14%;
}
.ditu .x-pp.x-a2 {
  left: 30.5%;
  bottom: 24%;
}
.ditu .x-pp.x-a3 {
  top: 31%;
  left: 55%;
}
@media (max-width: 767px) {
  .ditu .x-pp.x-a3 {
    top: 32%;
    left: 52%;
  }
}
.ditu .x-pp.x-a4 {
  left: 51.5%;
  bottom: 37%;
}
.ditu .x-pp.x-a5 {
  top: 41%;
  left: 77%;
}
.ditu .zong {
  top: 42%;
  right: 10%;
}
@media (max-width: 767px) {
  .ditu .zong {
    top: 42%;
    right: 2%;
    z-index: 11;
  }
}
.ditu .zong:hover .xuan {
  z-index: 11;
  opacity: 1;
}
@media (max-width: 767px) {
  .ditu .zong:hover {
    display: none;
  }
}
.ditu .zong .xuan {
  width: 150px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  top: -25px;
  left: 40px;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.ditu .zong .xuan i {
  position: absolute;
  width: 8px;
  height: 100%;
  background: url(../images/bg_24.png) no-repeat left center;
  background-size: 100%;
  top: 0;
  left: -8px;
}
.ditu .list li {
  position: absolute;
  background: url(../images/jm15.png) no-repeat top center;
  height: 8px;
  width: 8px;
  cursor: pointer;
  transition: 0.5s;
}
.ditu .list li:hover {
  background: url(../images/jm15-2.png) no-repeat top center;
}
.ditu .list li:hover p {
  display: block;
}
.ditu .list li p {
  position: absolute;
  top: -20px;
  left: -500%;
  width: 1000%;
  text-align: center;
  color: #2F61DF;
  font-size: 14px;
  display: none;
}
.ditu .list .i1 {
  top: 14.7%;
  left: 49.5%;
}
.ditu .list .i2 {
  top: 16%;
  left: 51.5%;
}
.ditu .list .i3 {
  top: 19.8%;
  left: 44.4%;
}
.ditu .list .i4 {
  top: 20.5%;
  left: 46.2%;
}
.ditu .list .i5 {
  top: 22%;
  left: 48.6%;
}
.ditu .list .i6 {
  top: 23%;
  left: 49.5%;
}
.ditu .list .i7 {
  top: 24%;
  left: 51.5%;
}
.ditu .list .i8 {
  top: 20.8%;
  left: 52.5%;
}
.ditu .list .i9 {
  top: 25.5%;
  left: 48.6%;
}
.ditu .list .i10 {
  top: 28%;
  left: 51%;
}
.ditu .list .i11 {
  top: 31.7%;
  left: 51.2%;
}
.ditu .list .i12 {
  top: 30%;
  left: 45%;
}
.ditu .list .i13 {
  top: 30%;
  left: 53.5%;
}
.ditu .list .i14 {
  top: 26.5%;
  left: 54.5%;
}
.ditu .list .i15 {
  top: 26.5%;
  left: 54.5%;
}
.ditu .list .i16 {
  top: 39%;
  left: 60%;
}
.ditu .list .i17 {
  top: 44.5%;
  left: 64%;
}
.ditu .list .i18 {
  top: 43.5%;
  left: 74%;
}
.ditu .list .i19 {
  top: 48%;
  right: 19%;
}
.ditu .list .i20 {
  top: 43.5%;
  right: 14.5%;
}
.ditu .list .i21 {
  top: 40%;
  right: 12%;
}
.ditu .list .i22 {
  top: 32%;
  right: 10.5%;
}
.ditu .list .i23 {
  top: 73%;
  right: 11%;
}
.ditu .list .i24 {
  top: 92%;
  right: 5%;
}
.ditu .list .i25 {
  bottom: 12.5%;
  left: 23.5%;
}
.ditu .list .i26 {
  bottom: 17%;
  left: 25.5%;
}
.ditu .list .i27 {
  bottom: 31%;
  left: 29%;
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.par_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.par_two li {
  width: 48%;
  padding-bottom: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .par_two li {
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .par_two li {
    width: 100%;
    justify-content: space-between;
    padding: 0.7rem 0;
  }
}
@media (max-width: 767px) {
  .par_two li::last-child {
    padding-bottom: 0;
  }
}
.par_two .img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 200px;
}
@media (max-width: 991px) {
  .par_two .img {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .par_two .img {
    width: 5rem;
    height: 5rem;
  }
}
.par_two .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.par_two .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.par_two .text-box {
  width: calc(100% - 1.8rem);
  padding-left: 0.3rem;
}
@media (max-width: 991px) {
  .par_two .text-box {
    width: calc(100% - 2.4rem);
  }
}
@media (max-width: 767px) {
  .par_two .text-box {
    width: 65%;
  }
}
.par_two .text-box .tit {
  font-family: Regular;
}
.par_two .text-box .desc {
  padding-top: 0.15rem;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 991px) {
  .par_two .text-box .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.par_more {
  text-align: center;
}
.par_more .t_more {
  border: 1px solid #2F61DF;
  color: #2F61DF;
}
.par_more .t_more span {
  color: #2F61DF;
  opacity: 1;
}
.par_more .t_more:hover {
  background: #2F61DF;
  color: #fff;
}
.par_three {
  background: #2A323D;
}
.par_three .jm_title {
  color: #fff;
}
.par_three .ul_nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -0.2rem;
}
@media (max-width: 767px) {
  .par_three .ul_nav {
    padding: 1.5rem 0;
  }
}
.par_three .ul_nav li {
  color: #fff;
  line-height: 3;
  margin: 0 0.3rem;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .par_three .ul_nav li {
    margin: 0 10px;
    line-height: 1.5;
  }
}
.par_three .ul_nav li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #2F61DF;
  transition: 0.5s;
}
.par_three .ul_nav li.sel::after {
  width: 100%;
}
.par_three .ul_list {
  background: url(../images/jm20.png) no-repeat center center;
  margin-top: 0.5rem;
  background-size: auto  100%;
}
@media (max-width: 991px) {
  .par_three .ul_list {
    margin-top: 0.8rem;
  }
}
.par_three .ul_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .par_three .ul_list li {
    flex-wrap: wrap;
  }
}
.par_three .ul_list .text-box {
  width: 50%;
  height: 4.8rem;
  background: #fff;
  position: relative;
  padding: 0.6rem;
}
@media (max-width: 991px) {
  .par_three .ul_list .text-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .par_three .ul_list .text-box {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
}
.par_three .ul_list .text-box .n {
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
  color: #F1F1F1;
  font-size: 1.4rem;
  font-family: "Adobe 黑体 Std";
  line-height: 1;
  font-style: normal;
}
@media (max-width: 991px) {
  .par_three .ul_list .text-box .n {
    top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .par_three .ul_list .text-box .n {
    top: 0.5rem;
  }
}
.par_three .ul_list .text-box .title {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .par_three .ul_list .text-box .title {
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.par_three .ul_list .text-box .desc {
  margin: 0.4rem 0;
  height: 1.6rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.par_three .ul_list .text-box .desc::-webkit-scrollbar {
  width: 3px;
}
.par_three .ul_list .text-box .desc::-webkit-scrollbar-track-piece {
  width: 5px;
  background-color: #E5E5E5;
  -webkit-border-radius: 10% 10%;
}
.par_three .ul_list .text-box .desc::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px 3px;
  background-color: #2F61DF;
}
@media (max-width: 991px) {
  .par_three .ul_list .text-box .desc {
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .par_three .ul_list .text-box .desc {
    height: 7rem;
  }
}
.par_three .ul_list .text-box .par_more {
  text-align: left;
}
.par_three .ul_list .img-box {
  width: 50%;
  height: 4.8rem;
  overflow: hidden;
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .par_three .ul_list .img-box {
    height: 7rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .par_three .ul_list .img-box {
    width: 100%;
    height: 12rem;
  }
}
.par_three .ul_list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.par_four {
  margin: 0 -0.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .par_four {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .par_four {
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
}
.par_four li {
  padding: 0 0.2rem;
  width: 33.333%;
}
@media (max-width: 767px) {
  .par_four li {
    margin-top: 0.5rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.par_four li .nei {
  display: block;
  width: 100%;
  position: relative;
}
.par_four li .nei:hover .img-box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.par_four li .img-box {
  width: 100%;
  height: 4.9rem;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .par_four li .img-box {
    height: 6.2rem;
  }
}
@media (max-width: 767px) {
  .par_four li .img-box {
    height: 14rem;
  }
}
.par_four li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.par_four li .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4rem;
  padding-top: 1.1rem;
  padding-bottom: 0.35rem;
  background: url(../images/bg_21.png) repeat-x left top;
  background-size: 100% 100%;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .par_four li .text-box {
    padding: 1rem;
  }
}
.par_four li .text-box .title {
  color: #fff;
  margin-bottom: 0.05rem;
}
.par_four li .text-box .desc {
  color: #DDDDDD;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.par_four .li .img-box {
  height: 3.3rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .par_four .li .img-box {
    height: 12rem;
  }
}
.par_four .li .img-box img {
  width: auto;
}
.par_four .li .text-box {
  position: relative;
  background: no-repeat;
  padding: 0;
}
.par_four .li .text-box .title {
  color: #111111;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .par_four .li .text-box .title {
    margin-top: 1rem;
    margin-bottom: 0.3rem;
  }
}
.par_four .li .text-box .desc {
  color: #999999;
  margin-bottom: 0.3rem;
}
.par_five {
  background: url(../images/jm21.png) no-repeat left center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-size: 4.1rem;
}
@media (max-width: 991px) {
  .par_five {
    background-size: 6rem;
  }
}
@media (max-width: 767px) {
  .par_five {
    background: url(../images/jm21.png) no-repeat left top;
    background-size: 70%;
  }
}
.par_five .text-box {
  width: 40%;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .par_five .text-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .par_five .text-box {
    width: 100%;
  }
}
.par_five .text-box .title {
  margin-bottom: 0.95rem;
  line-height: 1.3;
}
.par_five .img-box {
  width: 56%;
  height: 4.4rem;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .par_five .img-box {
    width: 50%;
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .par_five .img-box {
    width: 100%;
    height: 12rem;
    margin-top: 1.5rem;
  }
}
.par_five .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.par_six {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.par_six .shu {
  width: 48%;
}
@media (max-width: 767px) {
  .par_six .shu {
    width: 100%;
  }
}
.par_six .shu .bottom {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.par_six .shu .yzm {
  border: 1px solid #EEEEEE;
  height: 46px;
  border-radius: 2px;
  width: 40%;
  background: #E6E6E6;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 767px) {
  .par_six .shu .yzm {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.par_six .shu .yzm .txt {
  padding-left: 15px;
  width: 70%;
  border: 0;
  background: no-repeat;
}
.par_six .shu .yzm .txt:focus,
.par_six .shu .yzm .txt:hover {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.par_six .shu .yzm .img_yzm {
  width: 30%;
  height: 46px;
  cursor: pointer;
}
.par_six .shu .btn_tj {
  width: 140px;
  height: 45px;
  background: #2F61DF;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s;
  margin-left: 15px;
}
.par_six .shu .btn_tj span {
  font-size: 14px;
  padding-right: 25px;
  background: url(../images/bg_07-sel.png) no-repeat right center;
}
.par_six .shu .btn_tj:hover {
  background: #1E49BD;
}
.par_six .shu .txt_desc {
  height: 260px;
}
@media (max-width: 767px) {
  .par_six .shu .txt_desc {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .par_six .shu_rr {
    margin-top: 3rem;
  }
}
.par_six .shu_rr li {
  width: 100%;
  margin-bottom: 0.15rem;
}
.par_six .shu_rr p {
  padding-bottom: 5px;
}
.par_six .shu_rr .txt {
  padding-left: 15px;
}
/* 公共 */
.c_more {
  display: inline-block;
  color: #656565;
  padding-right: 25px;
  background: url(../images/jt2.png) no-repeat right center;
  transition: 0.5s;
  opacity: 0.6;
}
.c_more:hover {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
  opacity: 1;
}
.c-desc {
  width: 100%;
  text-align: center;
  padding-bottom: 0.6rem;
  color: #333333;
  padding-top: 0.1rem;
  margin: 0 auto;
  max-width: 6.2rem;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .c-desc {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .c-desc {
    max-width: 100%;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
  }
}
._citys {
  width: 450px;
  display: inline-block;
  border: 2px solid #eee;
  padding: 5px;
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  ._citys {
    width: 100%;
  }
}
._citys span {
  color: #2F61DF;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #2F61DF;
  cursor: pointer;
}
._citys ._citys0 {
  width: 95%;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  border-bottom: 2px solid #2F61DF;
  padding: 0px 5px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 6px;
}
._citys ._citys0 li {
  display: inline-block;
  line-height: 34px;
  font-size: 15px;
  color: #888;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
._citys ._citys1 {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}
._citys ._citys1 a {
  width: 23%;
  height: 35px;
  display: inline-block;
  background-color: #f5f5f5;
  color: #666;
  margin-left: 1%;
  margin-top: 3px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  ._citys ._citys1 a {
    width: 31%;
  }
}
._citys ._citys1 a:hover {
  color: #fff;
  background-color: #2F61DF;
}
._citys .AreaS {
  background-color: #2F61DF !important;
  color: #fff !important;
}
/*产品*/
.proBox {
  background-color: #f5f5f5;
  padding: 0.9rem 0 1rem;
}
@media (max-width: 767px) {
  .proBox {
    padding: 3rem 0;
  }
}
.proBox .title {
  color: #1c2129;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .proBox .title {
    display: block;
  }
}
.proBox .title span {
  color: #2f61df;
}
.proBox .title .tab ul {
  line-height: 2.6em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .proBox .title .tab ul {
    margin-top: 1rem;
    justify-content: space-between;
  }
}
.proBox .title .tab ul li {
  margin-left: 3em;
  cursor: pointer;
}
@media screen and (max-width: 1580px) {
  .proBox .title .tab ul li {
    margin-left: 3vw;
  }
}
@media (max-width: 767px) {
  .proBox .title .tab ul li {
    margin: 0 0.2em;
  }
}
.proBox .title .tab ul .cur {
  color: #2f61df;
  position: relative;
  z-index: 0;
}
.proBox .title .tab ul .cur::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #2f61df;
}
.proBox .container {
  position: relative;
  z-index: 0;
}
.proBox .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.proBox .list li {
  margin-top: 2.8%;
  padding: 1.8% 0;
  width: 48.6%;
  margin-right: 2.8%;
  background-color: #fff;
}
.proBox .list li .item {
  width: 100%;
  cursor: pointer;
  color: #1c2129;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proBox .list li .picb {
  width: 45.8%;
  margin-left: 2.6%;
}
.proBox .list li .picb .pic {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.proBox .list li .picb .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proBox .list li .txt {
  width: 62.5%;
  margin-right: 8.8%;
}
.proBox .list li .txt .intro {
  color: #999;
  margin-top: 0.2em;
}
.proBox .list li .more {
  display: inline-block;
  margin-top: 12%;
  color: #656565;
  padding-right: 25px;
  background: url(../images/jt2.png) no-repeat right center;
  transition: 0.5s;
}
.proBox .list li:hover .more {
  color: #2F61DF;
  background: url(../images/jt3.png) no-repeat right center;
}
.proBox .list li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .proBox .nav_rr {
    display: none;
  }
}
.proBox .nav_rr span {
  position: absolute;
  z-index: 3;
  top: 30%;
  width: 22px;
  height: 44px;
  cursor: pointer;
}
.proBox .nav_rr .next {
  right: -65px;
  background: url(../images/next2.png) no-repeat center center;
  background-size: contain;
}
.proBox .nav_rr .next:hover {
  opacity: 1;
  background-image: url(../images/next3.png);
}
.proBox .nav_rr .prev {
  left: -65px;
  background: url(../images/prev2.png) no-repeat center center;
  background-size: contain;
}
.proBox .nav_rr .prev:hover {
  opacity: 1;
  background-image: url(../images/prev3.png);
}
.proBox .con_z {
  position: relative;
  z-index: 0;
}
.proBox .con_z .con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .proBox .con_z .con {
    left: 1rem;
    right: 1rem;
  }
}
.proBox .con_z .con.show {
  opacity: 1;
  z-index: 1;
}
/*解决方案*/
.fa_seven {
  padding: 1rem 0 1rem;
}
@media (max-width: 767px) {
  .fa_seven {
    padding: 3rem 0;
  }
}
.fa_seven .title {
  color: #111;
  font-family: Regular;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .fa_seven .title {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
  }
}
.fa_seven .container {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .fa_seven .nav_rr {
    display: none;
  }
}
.fa_seven .nav_rr span {
  position: absolute;
  z-index: 3;
  top: 30%;
  width: 22px;
  height: 44px;
  cursor: pointer;
}
.fa_seven .nav_rr .next {
  right: -65px;
  background: url(../images/next2.png) no-repeat center center;
  background-size: contain;
}
.fa_seven .nav_rr .next:hover {
  opacity: 1;
  background-image: url(../images/next3.png);
}
.fa_seven .nav_rr .prev {
  left: -65px;
  background: url(../images/prev2.png) no-repeat center center;
  background-size: contain;
}
.fa_seven .nav_rr .prev:hover {
  opacity: 1;
  background-image: url(../images/prev3.png);
}
.fa_seven_swiper {
  margin-top: 0.76rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .fa_seven_swiper {
    margin: 1rem -1rem 0;
  }
}
.fa_seven_swiper .container {
  width: 100%;
}
.fa_seven_swiper .nei {
  display: inline-block;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .fa_seven_swiper .nei {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
.fa_seven_swiper .nei:hover .more {
  color: #2F61DF;
  background: url(../images/bg_07.png) no-repeat right center;
}
.fa_seven_swiper .info {
  width: 100%;
  text-align: left;
}
.fa_seven_swiper .info .img-box {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 100%;
  text-align: center;
}
.fa_seven_swiper .info .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}
.fa_seven_swiper .info .img-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.fa_seven_swiper .info .tit {
  text-align: left;
  height: 1.5em;
  overflow: hidden;
  align-items: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  color: #1c2129;
  margin-top: 0.3rem;
}
.fa_seven_swiper .info .desc {
  color: #999;
  text-align: left;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.fa_seven_swiper .info .more {
  display: inline-block;
  margin-top: 0.2rem;
  color: #656565;
  transition: 0.5s;
  background: url(../images/jt2.png) no-repeat right center;
  padding-right: 25px;
}
.fa_seven_swiper .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.fa_seven_swiper .swiper-pagination {
  width: 80%;
  height: 2px;
  background: #D8D8D8;
  background: rgba(217, 217, 217, 0.15);
}
@media (max-width: 767px) {
  .fa_seven_swiper .swiper-pagination {
    width: 60%;
  }
}
.fa_seven_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 4px;
  top: -1px;
  background: #2F61DF;
}
.proBox .fa_seven_swiper .info .img-box {
  background-color: #fff;
}
.proBox .fa_seven_swiper .nei {
  margin-top: 0;
}
.fa_eight {
  background-color: #fff;
}
.fa_eight .title {
  color: #111;
  text-align: center;
}
.fa_eight .fa_eight_main {
  margin-top: 0.4rem;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: 0 0 ;
}
.fa_eight .fa_eight_main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 44, 55, 0.25);
}
.fa_eight ul {
  overflow: hidden;
  height: 6rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fa_eight ul {
    height: 10rem;
  }
}
.fa_eight ul li {
  background: center center no-repeat;
  background-size: cover;
  margin-left: -1px;
  height: 100%;
  width: 1.52rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.fa_eight ul li .left {
  cursor: pointer;
  width: 1.52rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.fa_eight ul li .left i {
  display: block;
  width: 0.45em;
  height: 0.45em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.fa_eight ul li .left span {
  margin-top: 0.56rem;
  display: block;
  width: 1em;
}
.fa_eight ul li:hover {
  position: relative;
  z-index: 11;
}
.fa_eight ul li .right {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: none;
  flex: 1;
  height: 100%;
}
.fa_eight ul li.on {
  flex: 1;
  width: auto;
  border-right: 0;
}
.fa_eight ul li.on .right {
  display: block;
}
.fa_eight ul li.on .left {
  display: none;
}
.fa_eight ul li .right .picBg {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 0 0;
}
.fa_eight .nei {
  color: #fff;
  margin: 0 13%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.fa_eight .nei .img-box img {
  width: 3.65em;
  height: 3.65em;
  object-fit: contain;
}
@media (max-width: 767px) {
  .fa_eight .nei .img-box img {
    width: 2em;
    height: 2em;
  }
}
.fa_eight .nei .tit {
  margin-top: 0.28rem;
}
.fa_eight .nei .desc {
  margin-top: 0.16rem;
}
.fa_eight ul li .nei .desc {
  opacity: 0;
  top: 30px;
  position: relative;
  z-index: 0;
}
.videoBoxWrap {
  position: relative;
  z-index: 0;
}
.videoBoxWrap .videoBox {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.videoBoxWrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.videoBoxWrap video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.videoBoxWrap .picMask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videoBoxWrap .btnPlay {
  position: absolute;
  z-index: 2;
  width: 5em;
  height: 5em;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin: -2.5em 0 0 -2.5em;
  background: url(../images/btnPlay.png) center center no-repeat;
  background-size: contain;
}
.videoBoxWrap .btnPlause {
  display: none;
  background-image: url(../images/btnPlause.png);
}
.videoBoxWrap:hover .btnPlause {
  display: block;
}
/* 投递简历弹窗 */
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hi-resume-pop .hi-title-box {
  position: relative;
  padding: 0 30px;
  background: #2F61DF;
}
#hi-resume-pop .hi-title-box .hi-title {
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
#hi-resume-pop .hi-title-box .hi-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 80px;
  height: 60px;
  cursor: pointer;
}
#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-resume-pop .hi-title-box .hi-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-resume-pop .hi-box {
  padding: 30px;
  font-size: 14px;
}
#hi-resume-pop input {
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
}
#hi-resume-pop button {
  width: 100%;
  height: 50px;
  background: #2F61DF;
  color: #fff;
  cursor: pointer;
  border: 0;
}
#hi-resume-pop .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#hi-resume-pop .hi-file-box .hi-input-box {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 0 15px;
  line-height: 30px;
  background: #2F61DF;
}
#hi-resume-pop .hi-file-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#hi-resume-pop .hi-file-box .hi-text {
  color: #fff;
  text-align: center;
}
#hi-resume-pop .hi-file-box .hi-text2 {
  line-height: 30px;
}
#hi-resume-pop .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 256px) !important;
}
#hi-resume-pop .hi-code-box {
  margin-bottom: 20px;
}
#hi-resume-pop .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 146px) !important;
}
#hi-resume-pop .hi-code-box img {
  width: 130px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hi-resume-pop .hi-title-box {
    padding: 0 20px;
  }
  #hi-resume-pop .hi-title-box .hi-title {
    line-height: 50px;
    font-size: 18px;
  }
  #hi-resume-pop .hi-box {
    padding: 20px;
  }
  #hi-resume-pop input {
    margin-bottom: 10px;
    height: 40px;
  }
  #hi-resume-pop .hi-file-box,
  #hi-resume-pop .hi-code-box {
    margin-bottom: 10px;
  }
  #hi-resume-pop .hi-file-box .hi-text2 {
    font-size: 12px;
  }
  #hi-resume-pop button {
    height: 40px;
  }
  #hi-resume-pop .hi-title-box .hi-close {
    width: 60px;
    height: 50px;
  }
}
.y_list .c-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  margin: 0 -10px -20px;
}
@media (max-width: 767px) {
  .y_list .c-list {
    padding-top: 0.6rem;
    margin: 0 -0.2rem -0.4rem;
  }
}
.y_list .c-list li {
  padding: 0 10px 20px;
  width: 100px;
  font-size: 14px;
  text-align: center;
  color: #666;
}
@media (max-width: 767px) {
  .y_list .c-list li {
    padding: 0 0.2rem 0.4rem;
    width: 33.333333%;
  }
}
.y_list .c-list li .c-img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .y_list .c-list li .c-img {
    margin-bottom: 0.2rem;
  }
}
.y_list .c-list li .c-img img {
  width: 100%;
}
.teamBox {
  width: auto;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .teamBox {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .teamBox .td_two {
    margin: 0;
  }
}
.teamBox .swiper-container {
  width: 100%;
}
.teamBox .swiper-button-next,
.teamBox .swiper-button-prev {
  height: 54px;
  width: 30px;
}
.teamBox .swiper-button-prev {
  left: -0.85rem;
  background: url(../images/prev2.png) no-repeat center center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .teamBox .swiper-button-prev {
    left: -1.3rem;
  }
}
.teamBox .swiper-button-next {
  right: -0.85rem;
  background: url(../images/next2.png) no-repeat center center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .teamBox .swiper-button-next {
    right: -1.3rem;
  }
}
@media (max-width: 991px) {
  .teamBox .swiper-button-next,
  .teamBox .swiper-button-prev {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .teamBox .swiper-button-next,
  .teamBox .swiper-button-prev {
    width: 14px;
  }
}
@media screen and (max-width: 420px) {
  .td_two .nei {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .ptbms {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pcShow {
    display: none !important;
  }
}
.mbShow {
  display: none !important;
}
@media (max-width: 767px) {
  .mbShow {
    display: block !important;
  }
}
